Html Css Color HEX #C4A993 Rodeo Dust

📋 copy color: '#C4A993'

red 196 ◦ green 169 ◦ blue 147

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

Shades of Rodeo Dust #C4A993

Tints of Rodeo Dust #C4A993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.01%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 38.28%
G = 33.01%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C4A993 (or 0xC4A993) is known color: Rodeo Dust. HEX triplet: C4, A9 and 93. RGB value is (196,169,147). Sum of RGB (Red+Green+Blue) = 196+169+147=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A993 is #3B566C. Grayscale: #AEAEAE. Windows color (decimal): -3888749 or 9677252. OLE color: 9677252.

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

Color convert

RGB 196 169 147 -
CMYK 0 0.14 0.25 0.23
HSL 26.94º 0.29% 0.67% -
HSV(B) 26.94º 0.25% 0.77% -
XYZ 42.22 42.22 33.53 -
YUV 174.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 196 169 147 0 0.14 0.25 0.23 26.94 0.29 0.67
Hex C4 A9 93 0 E 19 17 1B 1D 43
Octal 304 251 223 0 16 31 27 33 35 103
Binary 11000100 10101001 10010011 0 1110 11001 10111 11011 11101 1000011

Color Harmonies of #C4A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A993

Black with #C4A993

Text Example


Text Example

White with #C4A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A993; }

 p { color: rgb(196,169,147); }

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

background-color css

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

 a { background-color: rgb(196,169,147); }

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

border-color css

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

 span { border-color: rgb(196,169,147); }

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