#CBA87F

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

Shades of Cameo #CBA87F

Tints of Cameo #CBA87F

Color information

#CBA87F (or 0xCBA87F) is unknown color: approx Cameo. HEX triplet: CB, A8 and 7F. RGB value is (203,168,127). Sum of RGB (Red+Green+Blue) = 203+168+127=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA87F is #345780. Grayscale: #ADADAD. Windows color (decimal): -3430273 or 8366283. OLE color: 8366283.

HSL color Cylindrical-coordinate representation of color #CBA87F: hue angle of 32.37º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBA87F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203168127-
CMYK00.170.370.20
HSL32.37º42.22%64.71%-
HSV(B)32.37º37.44%79.61%-
XYZ42.4642.2325.99-
YUV173.79101.6148.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 127 (50% from 255) = 25.50%
R=40.76%
G=33.73%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316812700.170.370.2032.3742.2264.71
HexCBA87F0112514202a41
Octal31325017702145244052101
Binary11001011101010001111111010001100101101001000001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA87F; }

 p { color: rgb(203,168,127); }

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

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

 a { background-color: rgb(203,168,127); }

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

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

 span { border-color: rgb(203,168,127); }

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