Html Css Color HEX #C4A88C Rodeo Dust

📋 copy color: '#C4A88C'

red 196 ◦ green 168 ◦ blue 140

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

Shades of Rodeo Dust #C4A88C

Tints of Rodeo Dust #C4A88C

RGB

 RED value IS 196 (76.95% from 255) = 38.89%

 GREEN value IS 168 (66.02% from 255) = 33.33%

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4A88C (or 0xC4A88C) is known color: Rodeo Dust. HEX triplet: C4, A8 and 8C. RGB value is (196,168,140). Sum of RGB (Red+Green+Blue) = 196+168+140=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A88C is #3B5773. Grayscale: #ADADAD. Windows color (decimal): -3889012 or 9218244. OLE color: 9218244.

HSL color Cylindrical-coordinate representation of color #C4A88C: hue angle of 30º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4A88C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 140 -
CMYK 0 0.14 0.29 0.23
HSL 30º 0.32% 0.66% -
HSV(B) 30º 0.29% 0.77% -
XYZ 41.5 41.63 30.66 -
YUV 173.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 196 168 140 0 0.14 0.29 0.23 30 0.32 0.66
Hex C4 A8 8C 0 E 1D 17 1E 20 42
Octal 304 250 214 0 16 35 27 36 40 102
Binary 11000100 10101000 10001100 0 1110 11101 10111 11110 100000 1000010

Color Harmonies of #C4A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A88C

Black with #C4A88C

Text Example


Text Example

White with #C4A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A88C; }

 p { color: rgb(196,168,140); }

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

background-color css

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

 a { background-color: rgb(196,168,140); }

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

border-color css

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

 span { border-color: rgb(196,168,140); }

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