#C4A68B

Color #C4A68B Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C4A68B

Tints of Rodeo Dust #C4A68B

Color information

#C4A68B (or 0xC4A68B) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 8B. RGB value is (196,166,139). Sum of RGB (Red+Green+Blue) = 196+166+139=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A68B is #3B5974. Grayscale: #ACACAC. Windows color (decimal): -3889525 or 9152196. OLE color: 9152196.

HSL color Cylindrical-coordinate representation of color #C4A68B: hue angle of 28.42º degrees, saturation: 0.33, 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 #C4A68B is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196166139-
CMYK00.150.290.23
HSL28.42º32.57%65.69%-
HSV(B)28.42º29.08%76.86%-
XYZ41.0640.8730.15-
YUV171.89109.44145.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=39.12%
G=33.13%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616613900.150.290.2328.4232.5765.69
HexC4A68B0F1D171c2142
Octal30424621301735273441102
Binary110001001010011010001011011111110110111111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A68B; }

 p { color: rgb(196,166,139); }

 H1.HeaderClassName
 {
   color: #C4A68B;
 }
 .AnyTagClassName
 {
   color: #C4A68B;
 }
</style>
background-color css

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

 a { background-color: rgb(196,166,139); }

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

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

 span { border-color: rgb(196,166,139); }

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