Html Css Color HEX #CB7380 Charm

📋 copy color: '#CB7380'

red 203 ◦ green 115 ◦ blue 128

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

Shades of Charm #CB7380

Tints of Charm #CB7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

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

R = 45.52%
G = 25.78%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB7380 (or 0xCB7380) is known color: Charm. HEX triplet: CB, 73 and 80. RGB value is (203,115,128). Sum of RGB (Red+Green+Blue) = 203+115+128=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7380 is #348C7F. Grayscale: #8E8E8E. Windows color (decimal): -3443840 or 8418251. OLE color: 8418251.

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

Color convert

RGB 203 115 128 -
CMYK 0 0.43 0.37 0.20
HSL 351.14º 0.46% 0.62% -
HSV(B) 351.14º 0.43% 0.8% -
XYZ 34.66 26.52 23.71 -
YUV 142.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 203 115 128 0 0.43 0.37 0.20 351.14 0.46 0.62
Hex CB 73 80 0 2B 25 14 15F 2E 3E
Octal 313 163 200 0 53 45 24 537 56 76
Binary 11001011 1110011 10000000 0 101011 100101 10100 101011111 101110 111110

Color Harmonies of #CB7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7380

Black with #CB7380

Text Example


Text Example

White with #CB7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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