Html Css Color HEX #CD7380 Charm

📋 copy color: '#CD7380'

red 205 ◦ green 115 ◦ blue 128

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

Shades of Charm #CD7380

Tints of Charm #CD7380

RGB

 RED value IS 205 (80.47% from 255) = 45.76%

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

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

R = 45.76%
G = 25.67%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD7380 (or 0xCD7380) is known color: Charm. HEX triplet: CD, 73 and 80. RGB value is (205,115,128). Sum of RGB (Red+Green+Blue) = 205+115+128=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7380 is #328C7F. Grayscale: #8F8F8F. Windows color (decimal): -3312768 or 8418253. OLE color: 8418253.

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

Color convert

RGB 205 115 128 -
CMYK 0 0.44 0.38 0.20
HSL 351.33º 0.47% 0.63% -
HSV(B) 351.33º 0.44% 0.8% -
XYZ 35.2 26.8 23.74 -
YUV 143.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 205 115 128 0 0.44 0.38 0.20 351.33 0.47 0.63
Hex CD 73 80 0 2C 26 14 15F 2F 3F
Octal 315 163 200 0 54 46 24 537 57 77
Binary 11001101 1110011 10000000 0 101100 100110 10100 101011111 101111 111111

Color Harmonies of #CD7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7380

Black with #CD7380

Text Example


Text Example

White with #CD7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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