#CAA67B

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

Shades of Cameo #CAA67B

Tints of Cameo #CAA67B

Color information

#CAA67B (or 0xCAA67B) is unknown color: approx Cameo. HEX triplet: CA, A6 and 7B. RGB value is (202,166,123). Sum of RGB (Red+Green+Blue) = 202+166+123=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA67B is #355984. Grayscale: #ACACAC. Windows color (decimal): -3496325 or 8103626. OLE color: 8103626.

HSL color Cylindrical-coordinate representation of color #CAA67B: hue angle of 32.66º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAA67B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202166123-
CMYK00.180.390.21
HSL32.66º42.7%63.73%-
HSV(B)32.66º39.11%79.22%-
XYZ41.5741.2624.51-
YUV171.86100.43149.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=41.14%
G=33.81%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216612300.180.390.2132.6642.763.73
HexCAA67B0122715212b40
Octal31224617302247254153100
Binary11001010101001101111011010010100111101011000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA67B; }

 p { color: rgb(202,166,123); }

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

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

 a { background-color: rgb(202,166,123); }

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

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

 span { border-color: rgb(202,166,123); }

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