Html Css Color HEX #CD6481 Charm

📋 copy color: '#CD6481'

red 205 ◦ green 100 ◦ blue 129

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

Shades of Charm #CD6481

Tints of Charm #CD6481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 47.24%
G = 23.04%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD6481 (or 0xCD6481) is known color: Charm. HEX triplet: CD, 64 and 81. RGB value is (205,100,129). Sum of RGB (Red+Green+Blue) = 205+100+129=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6481 is #329B7E. Grayscale: #868686. Windows color (decimal): -3316607 or 8479949. OLE color: 8479949.

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

Color convert

RGB 205 100 129 -
CMYK 0 0.51 0.37 0.20
HSL 343.43º 0.51% 0.6% -
HSV(B) 343.43º 0.51% 0.8% -
XYZ 33.7 23.68 23.56 -
YUV 134.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 205 100 129 0 0.51 0.37 0.20 343.43 0.51 0.6
Hex CD 64 81 0 33 25 14 157 33 3C
Octal 315 144 201 0 63 45 24 527 63 74
Binary 11001101 1100100 10000001 0 110011 100101 10100 101010111 110011 111100

Color Harmonies of #CD6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6481

Black with #CD6481

Text Example


Text Example

White with #CD6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6481; }

 p { color: rgb(205,100,129); }

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

background-color css

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

 a { background-color: rgb(205,100,129); }

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

border-color css

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

 span { border-color: rgb(205,100,129); }

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