#CB667D

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

Shades of Charm #CB667D

Tints of Charm #CB667D

Color information

#CB667D (or 0xCB667D) is unknown color: approx Charm. HEX triplet: CB, 66 and 7D. RGB value is (203,102,125). Sum of RGB (Red+Green+Blue) = 203+102+125=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB667D is #349982. Grayscale: #868686. Windows color (decimal): -3447171 or 8218315. OLE color: 8218315.

HSL color Cylindrical-coordinate representation of color #CB667D: hue angle of 346.34º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB667D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203102125-
CMYK00.500.380.20
HSL346.34º49.27%59.8%-
HSV(B)346.34º49.75%79.61%-
XYZ33.0823.6822.23-
YUV134.82122.46176.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=47.21%
G=23.72%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310212500.500.380.20346.3449.2759.8
HexCB667D032261415a313c
Octal31314617506246245326174
Binary1100101111001101111101011001010011010100101011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB667D; }

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

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

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

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

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

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

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

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