Html Css Color HEX #C8A688 Rodeo Dust

📋 copy color: '#C8A688'

red 200 ◦ green 166 ◦ blue 136

#C8A688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rodeo Dust #C8A688

Tints of Rodeo Dust #C8A688

RGB

 RED value IS 200 (78.52% from 255) = 39.84%

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 39.84%
G = 33.07%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C8A688 (or 0xC8A688) is known color: Rodeo Dust. HEX triplet: C8, A6 and 88. RGB value is (200,166,136). Sum of RGB (Red+Green+Blue) = 200+166+136=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A688 is #375977. Grayscale: #ACACAC. Windows color (decimal): -3627384 or 8955592. OLE color: 8955592.

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

Color convert

RGB 200 166 136 -
CMYK 0 0.17 0.32 0.22
HSL 28.13º 0.37% 0.66% -
HSV(B) 28.13º 0.32% 0.78% -
XYZ 41.9 41.33 29.06 -
YUV 172.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 200 166 136 0 0.17 0.32 0.22 28.13 0.37 0.66
Hex C8 A6 88 0 11 20 16 1C 25 42
Octal 310 246 210 0 21 40 26 34 45 102
Binary 11001000 10100110 10001000 0 10001 100000 10110 11100 100101 1000010

Color Harmonies of #C8A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A688

Black with #C8A688

Text Example


Text Example

White with #C8A688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A688; }

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

 H1.HeaderClassName
 {
   color: #C8A688;
 }
 .AnyTagClassName
 {
   color: #C8A688;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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