#CB677C

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

Shades of Charm #CB677C

Tints of Charm #CB677C

Color information

#CB677C (or 0xCB677C) is unknown color: approx Charm. HEX triplet: CB, 67 and 7C. RGB value is (203,103,124). Sum of RGB (Red+Green+Blue) = 203+103+124=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB677C is #349883. Grayscale: #878787. Windows color (decimal): -3446916 or 8153035. OLE color: 8153035.

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

Color convert

RGB203103124-
CMYK00.490.390.20
HSL347.4º49.02%60%-
HSV(B)347.4º49.26%79.61%-
XYZ33.1223.8521.93-
YUV135.29121.63176.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=47.21%
G=23.95%
B=28.84%

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
Decimal20310312400.490.390.20347.449.0260
HexCB677C031271415b313c
Octal31314717406147245336174
Binary1100101111001111111100011000110011110100101011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB677C; }

 p { color: rgb(203,103,124); }

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

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

 a { background-color: rgb(203,103,124); }

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

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

 span { border-color: rgb(203,103,124); }

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