Html Css Color HEX #CB7580 Charm

📋 copy color: '#CB7580'

red 203 ◦ green 117 ◦ blue 128

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

Shades of Charm #CB7580

Tints of Charm #CB7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 45.31%
G = 26.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB7580 (or 0xCB7580) is known color: Charm. HEX triplet: CB, 75 and 80. RGB value is (203,117,128). Sum of RGB (Red+Green+Blue) = 203+117+128=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7580 is #348A7F. Grayscale: #909090. Windows color (decimal): -3443328 or 8418763. OLE color: 8418763.

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

Color convert

RGB 203 117 128 -
CMYK 0 0.42 0.37 0.20
HSL 352.33º 0.45% 0.63% -
HSV(B) 352.33º 0.42% 0.8% -
XYZ 34.89 26.98 23.79 -
YUV 143.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 203 117 128 0 0.42 0.37 0.20 352.33 0.45 0.63
Hex CB 75 80 0 2A 25 14 160 2D 3F
Octal 313 165 200 0 52 45 24 540 55 77
Binary 11001011 1110101 10000000 0 101010 100101 10100 101100000 101101 111111

Color Harmonies of #CB7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7580

Black with #CB7580

Text Example


Text Example

White with #CB7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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