#CB777D

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

Shades of Charm #CB777D

Tints of Charm #CB777D

Color information

#CB777D (or 0xCB777D) is unknown color: approx Charm. HEX triplet: CB, 77 and 7D. RGB value is (203,119,125). Sum of RGB (Red+Green+Blue) = 203+119+125=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB777D is #348882. Grayscale: #909090. Windows color (decimal): -3442819 or 8222667. OLE color: 8222667.

HSL color Cylindrical-coordinate representation of color #CB777D: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB777D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203119125-
CMYK00.410.380.20
HSL355.71º44.68%63.14%-
HSV(B)355.71º41.38%79.61%-
XYZ34.9327.3722.84-
YUV144.8116.83169.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=45.41%
G=26.62%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311912500.410.380.20355.7144.6863.14
HexCB777D02926141642d3f
Octal31316717505146245445577
Binary1100101111101111111101010100110011010100101100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB777D; }

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

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

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

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

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

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

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

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