#C1A479

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

Shades of Rodeo Dust #C1A479

Tints of Rodeo Dust #C1A479

Color information

#C1A479 (or 0xC1A479) is unknown color: approx Rodeo Dust. HEX triplet: C1, A4 and 79. RGB value is (193,164,121). Sum of RGB (Red+Green+Blue) = 193+164+121=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A479 is #3E5B86. Grayscale: #A7A7A7. Windows color (decimal): -4086663 or 7972033. OLE color: 7972033.

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

Color convert

RGB193164121-
CMYK00.150.370.24
HSL35.83º36.73%61.57%-
HSV(B)35.83º37.31%75.69%-
XYZ38.7239.2723.63-
YUV167.77101.61146-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=40.38%
G=34.31%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316412100.150.370.2435.8336.7361.57
HexC1A4790F251824253e
Octal3012441710174530444576
Binary110000011010010011110010111110010111000100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A479; }

 p { color: rgb(193,164,121); }

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

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

 a { background-color: rgb(193,164,121); }

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

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

 span { border-color: rgb(193,164,121); }

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