Html Css Color HEX #CB7077 Charm

📋 copy color: '#CB7077'

red 203 ◦ green 112 ◦ blue 119

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

Shades of Charm #CB7077

Tints of Charm #CB7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 46.77%
G = 25.81%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB7077 (or 0xCB7077) is known color: Charm. HEX triplet: CB, 70 and 77. RGB value is (203,112,119). Sum of RGB (Red+Green+Blue) = 203+112+119=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7077 is #348F88. Grayscale: #8C8C8C. Windows color (decimal): -3444617 or 7827659. OLE color: 7827659.

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

Color convert

RGB 203 112 119 -
CMYK 0 0.45 0.41 0.20
HSL 355.38º 0.47% 0.62% -
HSV(B) 355.38º 0.45% 0.8% -
XYZ 33.75 25.62 20.62 -
YUV 140.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 203 112 119 0 0.45 0.41 0.20 355.38 0.47 0.62
Hex CB 70 77 0 2D 29 14 163 2F 3E
Octal 313 160 167 0 55 51 24 543 57 76
Binary 11001011 1110000 1110111 0 101101 101001 10100 101100011 101111 111110

Color Harmonies of #CB7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7077

Black with #CB7077

Text Example


Text Example

White with #CB7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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