#CBA07C

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

Shades of Cameo #CBA07C

Tints of Cameo #CBA07C

Color information

#CBA07C (or 0xCBA07C) is unknown color: approx Cameo. HEX triplet: CB, A0 and 7C. RGB value is (203,160,124). Sum of RGB (Red+Green+Blue) = 203+160+124=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA07C is #345F83. Grayscale: #A8A8A8. Windows color (decimal): -3432324 or 8167627. OLE color: 8167627.

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

Color convert

RGB203160124-
CMYK00.210.390.20
HSL27.34º43.17%64.12%-
HSV(B)27.34º38.92%79.61%-
XYZ40.8439.2924.5-
YUV168.75102.75152.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=41.68%
G=32.85%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316012400.210.390.2027.3443.1764.12
HexCBA07C01527141b2b40
Octal31324017402547243353100
Binary1100101110100000111110001010110011110100110111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA07C; }

 p { color: rgb(203,160,124); }

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

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

 a { background-color: rgb(203,160,124); }

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

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

 span { border-color: rgb(203,160,124); }

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