Html Css Color HEX #C4A390 Rodeo Dust

📋 copy color: '#C4A390'

red 196 ◦ green 163 ◦ blue 144

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

Shades of Rodeo Dust #C4A390

Tints of Rodeo Dust #C4A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 38.97%
G = 32.41%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4A390 (or 0xC4A390) is known color: Rodeo Dust. HEX triplet: C4, A3 and 90. RGB value is (196,163,144). Sum of RGB (Red+Green+Blue) = 196+163+144=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A390 is #3B5C6F. Grayscale: #AAAAAA. Windows color (decimal): -3890288 or 9479108. OLE color: 9479108.

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

Color convert

RGB 196 163 144 -
CMYK 0 0.17 0.27 0.23
HSL 21.92º 0.31% 0.67% -
HSV(B) 21.92º 0.27% 0.77% -
XYZ 40.9 39.94 31.94 -
YUV 170.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 196 163 144 0 0.17 0.27 0.23 21.92 0.31 0.67
Hex C4 A3 90 0 11 1B 17 16 1F 43
Octal 304 243 220 0 21 33 27 26 37 103
Binary 11000100 10100011 10010000 0 10001 11011 10111 10110 11111 1000011

Color Harmonies of #C4A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A390

Black with #C4A390

Text Example


Text Example

White with #C4A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A390; }

 p { color: rgb(196,163,144); }

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

background-color css

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

 a { background-color: rgb(196,163,144); }

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

border-color css

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

 span { border-color: rgb(196,163,144); }

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