Html Css Color HEX #C4A88F Rodeo Dust

📋 copy color: '#C4A88F'

red 196 ◦ green 168 ◦ blue 143

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

Shades of Rodeo Dust #C4A88F

Tints of Rodeo Dust #C4A88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 38.66%
G = 33.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4A88F (or 0xC4A88F) is known color: Rodeo Dust. HEX triplet: C4, A8 and 8F. RGB value is (196,168,143). Sum of RGB (Red+Green+Blue) = 196+168+143=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A88F is #3B5770. Grayscale: #ADADAD. Windows color (decimal): -3889009 or 9414852. OLE color: 9414852.

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

Color convert

RGB 196 168 143 -
CMYK 0 0.14 0.27 0.23
HSL 28.3º 0.31% 0.66% -
HSV(B) 28.3º 0.27% 0.77% -
XYZ 41.73 41.72 31.84 -
YUV 173.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 196 168 143 0 0.14 0.27 0.23 28.3 0.31 0.66
Hex C4 A8 8F 0 E 1B 17 1C 1F 42
Octal 304 250 217 0 16 33 27 34 37 102
Binary 11000100 10101000 10001111 0 1110 11011 10111 11100 11111 1000010

Color Harmonies of #C4A88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A88F

Black with #C4A88F

Text Example


Text Example

White with #C4A88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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