#CB687B

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

Shades of Charm #CB687B

Tints of Charm #CB687B

Color information

#CB687B (or 0xCB687B) is unknown color: approx Charm. HEX triplet: CB, 68 and 7B. RGB value is (203,104,123). Sum of RGB (Red+Green+Blue) = 203+104+123=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB687B is #349784. Grayscale: #878787. Windows color (decimal): -3446661 or 8087755. OLE color: 8087755.

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

Color convert

RGB203104123-
CMYK00.490.390.20
HSL348.48º48.77%60.2%-
HSV(B)348.48º48.77%79.61%-
XYZ33.1524.0321.63-
YUV135.77120.8175.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=47.21%
G=24.19%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310412300.490.390.20348.4848.7760.2
HexCB687B031271415c313c
Octal31315017306147245346174
Binary1100101111010001111011011000110011110100101011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB687B; }

 p { color: rgb(203,104,123); }

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

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

 a { background-color: rgb(203,104,123); }

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

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

 span { border-color: rgb(203,104,123); }

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