#CB9E7D

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

Shades of Cameo #CB9E7D

Tints of Cameo #CB9E7D

Color information

#CB9E7D (or 0xCB9E7D) is unknown color: approx Cameo. HEX triplet: CB, 9E and 7D. RGB value is (203,158,125). Sum of RGB (Red+Green+Blue) = 203+158+125=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E7D is #346182. Grayscale: #A7A7A7. Windows color (decimal): -3432835 or 8232651. OLE color: 8232651.

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

Color convert

RGB203158125-
CMYK00.220.380.20
HSL25.38º42.86%64.31%-
HSV(B)25.38º38.42%79.61%-
XYZ40.5638.6324.72-
YUV167.69103.91153.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=41.77%
G=32.51%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315812500.220.380.2025.3842.8664.31
HexCB9E7D0162614192b40
Octal31323617502646243153100
Binary1100101110011110111110101011010011010100110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E7D; }

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

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

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

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

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

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

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

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