#CAAF4E

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

Shades of Sundance #CAAF4E

Tints of Sundance #CAAF4E

Color information

#CAAF4E (or 0xCAAF4E) is unknown color: approx Sundance. HEX triplet: CA, AF and 4E. RGB value is (202,175,78). Sum of RGB (Red+Green+Blue) = 202+175+78=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF4E is #3550B1. Grayscale: #ACACAC. Windows color (decimal): -3494066 or 5156810. OLE color: 5156810.

HSL color Cylindrical-coordinate representation of color #CAAF4E: hue angle of 46.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAAF4E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20217578-
CMYK00.130.610.21
HSL46.94º53.91%54.9%-
HSV(B)46.94º61.39%79.22%-
XYZ41.0643.7713.49-
YUV172.0274.95149.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=44.40%
G=38.46%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021757800.130.610.2146.9453.9154.9
HexCAAF4E0D3D152f3637
Octal3122571160157525576667
Binary110010101010111110011100110111110110101101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF4E; }

 p { color: rgb(202,175,78); }

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

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

 a { background-color: rgb(202,175,78); }

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

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

 span { border-color: rgb(202,175,78); }

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