#C8A68D

Color #C8A68D Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C8A68D

Tints of Rodeo Dust #C8A68D

Color information

#C8A68D (or 0xC8A68D) is unknown color: approx Rodeo Dust. HEX triplet: C8, A6 and 8D. RGB value is (200,166,141). Sum of RGB (Red+Green+Blue) = 200+166+141=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A68D is #375972. Grayscale: #ADADAD. Windows color (decimal): -3627379 or 9283272. OLE color: 9283272.

HSL color Cylindrical-coordinate representation of color #C8A68D: hue angle of 25.42º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A68D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200166141-
CMYK00.170.290.22
HSL25.42º34.91%66.86%-
HSV(B)25.42º29.5%78.43%-
XYZ42.2641.4730.98-
YUV173.32109.76147.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=39.45%
G=32.74%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016614100.170.290.2225.4234.9166.86
HexC8A68D0111D16192343
Octal31024621502135263143103
Binary1100100010100110100011010100011110110110110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A68D; }

 p { color: rgb(200,166,141); }

 H1.HeaderClassName
 {
   color: #C8A68D;
 }
 .AnyTagClassName
 {
   color: #C8A68D;
 }
</style>
background-color css

<style>
 a { background-color: #C8A68D; }

 a { background-color: rgb(200,166,141); }

 div.DivClassName
 {
   background-color: #C8A68D;
 }
 .BgClassName
 {
   background-color: #C8A68D;
 }
</style>
border-color css

<style>
 span { border-color: #C8A68D; }

 span { border-color: rgb(200,166,141); }

 td.TdClassName
 {
   border-color: #C8A68D;
 }
 .TagClassName
 {
   border-color: #C8A68D;
 }
</style>