#C3A68C

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

Shades of Rodeo Dust #C3A68C

Tints of Rodeo Dust #C3A68C

Color information

#C3A68C (or 0xC3A68C) is unknown color: approx Rodeo Dust. HEX triplet: C3, A6 and 8C. RGB value is (195,166,140). Sum of RGB (Red+Green+Blue) = 195+166+140=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A68C is #3C5973. Grayscale: #ABABAB. Windows color (decimal): -3955060 or 9217731. OLE color: 9217731.

HSL color Cylindrical-coordinate representation of color #C3A68C: hue angle of 28.36º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A68C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195166140-
CMYK00.150.280.24
HSL28.36º31.43%65.69%-
HSV(B)28.36º28.21%76.47%-
XYZ40.8840.7730.53-
YUV171.71110.11144.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=38.92%
G=33.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516614000.150.280.2428.3631.4365.69
HexC3A68C0F1C181c1f42
Octal30324621401734303437102
Binary11000011101001101000110001111111001100011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A68C; }

 p { color: rgb(195,166,140); }

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

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

 a { background-color: rgb(195,166,140); }

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

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

 span { border-color: rgb(195,166,140); }

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