Html Css Color HEX #CB7180 Charm

📋 copy color: '#CB7180'

red 203 ◦ green 113 ◦ blue 128

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

Shades of Charm #CB7180

Tints of Charm #CB7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 45.72%
G = 25.45%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB7180 (or 0xCB7180) is known color: Charm. HEX triplet: CB, 71 and 80. RGB value is (203,113,128). Sum of RGB (Red+Green+Blue) = 203+113+128=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7180 is #348E7F. Grayscale: #8D8D8D. Windows color (decimal): -3444352 or 8417739. OLE color: 8417739.

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

Color convert

RGB 203 113 128 -
CMYK 0 0.44 0.37 0.20
HSL 350º 0.46% 0.62% -
HSV(B) 350º 0.44% 0.8% -
XYZ 34.43 26.07 23.64 -
YUV 141.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 203 113 128 0 0.44 0.37 0.20 350 0.46 0.62
Hex CB 71 80 0 2C 25 14 15E 2E 3E
Octal 313 161 200 0 54 45 24 536 56 76
Binary 11001011 1110001 10000000 0 101100 100101 10100 101011110 101110 111110

Color Harmonies of #CB7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7180

Black with #CB7180

Text Example


Text Example

White with #CB7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7180; }

 p { color: rgb(203,113,128); }

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

background-color css

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

 a { background-color: rgb(203,113,128); }

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

border-color css

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

 span { border-color: rgb(203,113,128); }

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