#CB9B7D

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

Shades of Cameo #CB9B7D

Tints of Cameo #CB9B7D

Color information

#CB9B7D (or 0xCB9B7D) is unknown color: approx Cameo. HEX triplet: CB, 9B and 7D. RGB value is (203,155,125). Sum of RGB (Red+Green+Blue) = 203+155+125=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B7D is #346482. Grayscale: #A6A6A6. Windows color (decimal): -3433603 or 8231883. OLE color: 8231883.

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

Color convert

RGB203155125-
CMYK00.240.380.20
HSL23.08º42.86%64.31%-
HSV(B)23.08º38.42%79.61%-
XYZ40.0537.6224.55-
YUV165.93104.9154.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=42.03%
G=32.09%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315512500.240.380.2023.0842.8664.31
HexCB9B7D0182614172b40
Octal31323317503046242753100
Binary1100101110011011111110101100010011010100101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B7D; }

 p { color: rgb(203,155,125); }

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

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

 a { background-color: rgb(203,155,125); }

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

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

 span { border-color: rgb(203,155,125); }

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