#CBA275

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

Shades of Cameo #CBA275

Tints of Cameo #CBA275

Color information

#CBA275 (or 0xCBA275) is unknown color: approx Cameo. HEX triplet: CB, A2 and 75. RGB value is (203,162,117). Sum of RGB (Red+Green+Blue) = 203+162+117=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA275 is #345D8A. Grayscale: #A9A9A9. Windows color (decimal): -3431819 or 7709387. OLE color: 7709387.

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

Color convert

RGB203162117-
CMYK00.200.420.20
HSL31.4º45.26%62.75%-
HSV(B)31.4º42.36%79.61%-
XYZ40.7639.8222.37-
YUV169.1398.58152.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=42.12%
G=33.61%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316211700.200.420.2031.445.2662.75
HexCBA2750142A141f2d3f
Octal3132421650245224375577
Binary110010111010001011101010101001010101010011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA275; }

 p { color: rgb(203,162,117); }

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

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

 a { background-color: rgb(203,162,117); }

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

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

 span { border-color: rgb(203,162,117); }

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