Html Css Color HEX #CB778B Charm

📋 copy color: '#CB778B'

red 203 ◦ green 119 ◦ blue 139

#CB778B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CB778B

Tints of Charm #CB778B

RGB

 RED value IS 203 (79.69% from 255) = 44.03%

 GREEN value IS 119 (46.88% from 255) = 25.81%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 44.03%
G = 25.81%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB778B (or 0xCB778B) is known color: Charm. HEX triplet: CB, 77 and 8B. RGB value is (203,119,139). Sum of RGB (Red+Green+Blue) = 203+119+139=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB778B is #348874. Grayscale: #929292. Windows color (decimal): -3442805 or 9140171. OLE color: 9140171.

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

Color convert

RGB 203 119 139 -
CMYK 0 0.41 0.32 0.20
HSL 345.71º 0.45% 0.63% -
HSV(B) 345.71º 0.41% 0.8% -
XYZ 35.89 27.75 27.89 -
YUV 146.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 203 119 139 0 0.41 0.32 0.20 345.71 0.45 0.63
Hex CB 77 8B 0 29 20 14 15A 2D 3F
Octal 313 167 213 0 51 40 24 532 55 77
Binary 11001011 1110111 10001011 0 101001 100000 10100 101011010 101101 111111

Color Harmonies of #CB778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB778B

Black with #CB778B

Text Example


Text Example

White with #CB778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB778B; }

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

 H1.HeaderClassName
 {
   color: #CB778B;
 }
 .AnyTagClassName
 {
   color: #CB778B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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