#CB687F

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

Shades of Charm #CB687F

Tints of Charm #CB687F

Color information

#CB687F (or 0xCB687F) is unknown color: approx Charm. HEX triplet: CB, 68 and 7F. RGB value is (203,104,127). Sum of RGB (Red+Green+Blue) = 203+104+127=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB687F is #349780. Grayscale: #888888. Windows color (decimal): -3446657 or 8349899. OLE color: 8349899.

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

Color convert

RGB203104127-
CMYK00.490.370.20
HSL346.06º48.77%60.2%-
HSV(B)346.06º48.77%79.61%-
XYZ33.4124.1322.98-
YUV136.22122.8175.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 127 (50% from 255) = 29.26%
R=46.77%
G=23.96%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310412700.490.370.20346.0648.7760.2
HexCB687F031251415a313c
Octal31315017706145245326174
Binary1100101111010001111111011000110010110100101011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB687F; }

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

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

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

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

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

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

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

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