#CB9D75

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

Shades of Cameo #CB9D75

Tints of Cameo #CB9D75

Color information

#CB9D75 (or 0xCB9D75) is unknown color: approx Cameo. HEX triplet: CB, 9D and 75. RGB value is (203,157,117). Sum of RGB (Red+Green+Blue) = 203+157+117=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D75 is #34628A. Grayscale: #A6A6A6. Windows color (decimal): -3433099 or 7708107. OLE color: 7708107.

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

Color convert

RGB203157117-
CMYK00.230.420.20
HSL27.91º45.26%62.75%-
HSV(B)27.91º42.36%79.61%-
XYZ39.938.0922.08-
YUV166.19100.24154.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=42.56%
G=32.91%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315711700.230.420.2027.9145.2662.75
HexCB9D750172A141c2d3f
Octal3132351650275224345577
Binary110010111001110111101010101111010101010011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D75; }

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

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

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

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

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

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

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

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