#CB777E

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

Shades of Charm #CB777E

Tints of Charm #CB777E

Color information

#CB777E (or 0xCB777E) is unknown color: approx Charm. HEX triplet: CB, 77 and 7E. RGB value is (203,119,126). Sum of RGB (Red+Green+Blue) = 203+119+126=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB777E is #348881. Grayscale: #909090. Windows color (decimal): -3442818 or 8288203. OLE color: 8288203.

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

Color convert

RGB203119126-
CMYK00.410.380.20
HSL355º44.68%63.14%-
HSV(B)355º41.38%79.61%-
XYZ34.9927.423.18-
YUV144.91117.33169.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=45.31%
G=26.56%
B=28.12%

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
Decimal20311912600.410.380.2035544.6863.14
HexCB777E02926141632d3f
Octal31316717605146245435577
Binary1100101111101111111110010100110011010100101100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB777E; }

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

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

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

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

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

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

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

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