Html Css Color HEX #CD708B Charm

📋 copy color: '#CD708B'

red 205 ◦ green 112 ◦ blue 139

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

Shades of Charm #CD708B

Tints of Charm #CD708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 44.96%
G = 24.56%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD708B (or 0xCD708B) is known color: Charm. HEX triplet: CD, 70 and 8B. RGB value is (205,112,139). Sum of RGB (Red+Green+Blue) = 205+112+139=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD708B is #328F74. Grayscale: #8E8E8E. Windows color (decimal): -3313525 or 9138381. OLE color: 9138381.

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

Color convert

RGB 205 112 139 -
CMYK 0 0.45 0.32 0.20
HSL 342.58º 0.48% 0.62% -
HSV(B) 342.58º 0.45% 0.8% -
XYZ 35.63 26.43 27.65 -
YUV 142.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 205 112 139 0 0.45 0.32 0.20 342.58 0.48 0.62
Hex CD 70 8B 0 2D 20 14 157 30 3E
Octal 315 160 213 0 55 40 24 527 60 76
Binary 11001101 1110000 10001011 0 101101 100000 10100 101010111 110000 111110

Color Harmonies of #CD708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD708B

Black with #CD708B

Text Example


Text Example

White with #CD708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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