#CB677B

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

Shades of Charm #CB677B

Tints of Charm #CB677B

Color information

#CB677B (or 0xCB677B) is unknown color: approx Charm. HEX triplet: CB, 67 and 7B. RGB value is (203,103,123). Sum of RGB (Red+Green+Blue) = 203+103+123=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB677B is #349884. Grayscale: #878787. Windows color (decimal): -3446917 or 8087499. OLE color: 8087499.

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

Color convert

RGB203103123-
CMYK00.490.390.20
HSL348º49.02%60%-
HSV(B)348º49.26%79.61%-
XYZ33.0523.8321.6-
YUV135.18121.13176.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=47.32%
G=24.01%
B=28.67%

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
Decimal20310312300.490.390.2034849.0260
HexCB677B031271415c313c
Octal31314717306147245346174
Binary1100101111001111111011011000110011110100101011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB677B; }

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

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

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

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

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

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

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

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