Html Css Color HEX #CD7381 Charm

📋 copy color: '#CD7381'

red 205 ◦ green 115 ◦ blue 129

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

Shades of Charm #CD7381

Tints of Charm #CD7381

RGB

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

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

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

R = 45.66%
G = 25.61%
B = 28.73%

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

#CD7381 (or 0xCD7381) is known color: Charm. HEX triplet: CD, 73 and 81. RGB value is (205,115,129). Sum of RGB (Red+Green+Blue) = 205+115+129=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7381 is #328C7E. Grayscale: #8F8F8F. Windows color (decimal): -3312767 or 8483789. OLE color: 8483789.

HSL color Cylindrical-coordinate representation of color #CD7381: hue angle of 350.67º 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 #CD7381 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 129 -
CMYK 0 0.44 0.37 0.20
HSL 350.67º 0.47% 0.63% -
HSV(B) 350.67º 0.44% 0.8% -
XYZ 35.27 26.83 24.09 -
YUV 143.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 205 115 129 0 0.44 0.37 0.20 350.67 0.47 0.63
Hex CD 73 81 0 2C 25 14 15F 2F 3F
Octal 315 163 201 0 54 45 24 537 57 77
Binary 11001101 1110011 10000001 0 101100 100101 10100 101011111 101111 111111

Color Harmonies of #CD7381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7381

Black with #CD7381

Text Example


Text Example

White with #CD7381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7381; }

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

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

background-color css

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

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

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

border-color css

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

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

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