#CB9F75

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

Shades of Cameo #CB9F75

Tints of Cameo #CB9F75

Color information

#CB9F75 (or 0xCB9F75) is unknown color: approx Cameo. HEX triplet: CB, 9F and 75. RGB value is (203,159,117). Sum of RGB (Red+Green+Blue) = 203+159+117=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F75 is #34608A. Grayscale: #A7A7A7. Windows color (decimal): -3432587 or 7708619. OLE color: 7708619.

HSL color Cylindrical-coordinate representation of color #CB9F75: hue angle of 29.3º 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 #CB9F75 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203159117-
CMYK00.220.420.20
HSL29.3º45.26%62.75%-
HSV(B)29.3º42.36%79.61%-
XYZ40.2438.7822.19-
YUV167.3799.58153.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=42.38%
G=33.19%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315911700.220.420.2029.345.2662.75
HexCB9F750162A141d2d3f
Octal3132371650265224355577
Binary110010111001111111101010101101010101010011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9F75; }

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

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

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

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

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

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

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

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