#CB777A

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

Shades of Charm #CB777A

Tints of Charm #CB777A

Color information

#CB777A (or 0xCB777A) is unknown color: approx Charm. HEX triplet: CB, 77 and 7A. RGB value is (203,119,122). Sum of RGB (Red+Green+Blue) = 203+119+122=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB777A is #348885. Grayscale: #909090. Windows color (decimal): -3442822 or 8026059. OLE color: 8026059.

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

Color convert

RGB203119122-
CMYK00.410.400.20
HSL357.86º44.68%63.14%-
HSV(B)357.86º41.38%79.61%-
XYZ34.7427.321.85-
YUV144.46115.33169.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=45.72%
G=26.80%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311912200.410.400.20357.8644.6863.14
HexCB777A02928141662d3f
Octal31316717205150245465577
Binary1100101111101111111010010100110100010100101100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB777A; }

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

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

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

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

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

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

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

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