#CB778A

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

Shades of Charm #CB778A

Tints of Charm #CB778A

Color information

#CB778A (or 0xCB778A) is unknown color: approx Charm. HEX triplet: CB, 77 and 8A. RGB value is (203,119,138). Sum of RGB (Red+Green+Blue) = 203+119+138=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB778A is #348875. Grayscale: #929292. Windows color (decimal): -3442806 or 9074635. OLE color: 9074635.

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

Color convert

RGB203119138-
CMYK00.410.320.20
HSL346.43º44.68%63.14%-
HSV(B)346.43º41.38%79.61%-
XYZ35.8127.7327.51-
YUV146.28123.33168.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 138 (54.30% from 255) = 30%
R=44.13%
G=25.87%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311913800.410.320.20346.4344.6863.14
HexCB778A029201415a2d3f
Octal31316721205140245325577
Binary11001011111011110001010010100110000010100101011010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB778A; }

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

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

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

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

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

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

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

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