#C2A17D

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

Shades of Rodeo Dust #C2A17D

Tints of Rodeo Dust #C2A17D

Color information

#C2A17D (or 0xC2A17D) is unknown color: approx Rodeo Dust. HEX triplet: C2, A1 and 7D. RGB value is (194,161,125). Sum of RGB (Red+Green+Blue) = 194+161+125=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A17D is #3D5E82. Grayscale: #A6A6A6. Windows color (decimal): -4021891 or 8233410. OLE color: 8233410.

HSL color Cylindrical-coordinate representation of color #C2A17D: hue angle of 31.3º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2A17D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194161125-
CMYK00.170.360.24
HSL31.3º36.13%62.55%-
HSV(B)31.3º35.57%76.08%-
XYZ38.6938.4424.78-
YUV166.76104.43147.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=40.42%
G=33.54%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416112500.170.360.2431.336.1362.55
HexC2A17D01124181f243f
Octal3022411750214430374477
Binary110000101010000111111010100011001001100011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A17D; }

 p { color: rgb(194,161,125); }

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

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

 a { background-color: rgb(194,161,125); }

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

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

 span { border-color: rgb(194,161,125); }

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