Html Css Color HEX #C4A381 Rodeo Dust

📋 copy color: '#C4A381'

red 196 ◦ green 163 ◦ blue 129

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

Shades of Rodeo Dust #C4A381

Tints of Rodeo Dust #C4A381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 40.16%
G = 33.4%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4A381 (or 0xC4A381) is known color: Rodeo Dust. HEX triplet: C4, A3 and 81. RGB value is (196,163,129). Sum of RGB (Red+Green+Blue) = 196+163+129=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A381 is #3B5C7E. Grayscale: #A9A9A9. Windows color (decimal): -3890303 or 8496068. OLE color: 8496068.

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

Color convert

RGB 196 163 129 -
CMYK 0 0.17 0.34 0.23
HSL 30.45º 0.36% 0.64% -
HSV(B) 30.45º 0.34% 0.77% -
XYZ 39.82 39.52 26.3 -
YUV 168.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 196 163 129 0 0.17 0.34 0.23 30.45 0.36 0.64
Hex C4 A3 81 0 11 22 17 1E 24 40
Octal 304 243 201 0 21 42 27 36 44 100
Binary 11000100 10100011 10000001 0 10001 100010 10111 11110 100100 1000000

Color Harmonies of #C4A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A381

Black with #C4A381

Text Example


Text Example

White with #C4A381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A381; }

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

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

background-color css

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

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

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

border-color css

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

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

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