Html Css Color HEX #CD707D Charm

📋 copy color: '#CD707D'

red 205 ◦ green 112 ◦ blue 125

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

Shades of Charm #CD707D

Tints of Charm #CD707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 46.38%
G = 25.34%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD707D (or 0xCD707D) is known color: Charm. HEX triplet: CD, 70 and 7D. RGB value is (205,112,125). Sum of RGB (Red+Green+Blue) = 205+112+125=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD707D is #328F82. Grayscale: #8D8D8D. Windows color (decimal): -3313539 or 8220877. OLE color: 8220877.

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

Color convert

RGB 205 112 125 -
CMYK 0 0.45 0.39 0.20
HSL 351.61º 0.48% 0.62% -
HSV(B) 351.61º 0.45% 0.8% -
XYZ 34.67 26.05 22.6 -
YUV 141.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 205 112 125 0 0.45 0.39 0.20 351.61 0.48 0.62
Hex CD 70 7D 0 2D 27 14 160 30 3E
Octal 315 160 175 0 55 47 24 540 60 76
Binary 11001101 1110000 1111101 0 101101 100111 10100 101100000 110000 111110

Color Harmonies of #CD707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD707D

Black with #CD707D

Text Example


Text Example

White with #CD707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD707D; }

 p { color: rgb(205,112,125); }

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

background-color css

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

 a { background-color: rgb(205,112,125); }

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

border-color css

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

 span { border-color: rgb(205,112,125); }

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