Html Css Color HEX #CD6D7D Charm

📋 copy color: '#CD6D7D'

red 205 ◦ green 109 ◦ blue 125

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

Shades of Charm #CD6D7D

Tints of Charm #CD6D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 46.7%
G = 24.83%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD6D7D (or 0xCD6D7D) is known color: Charm. HEX triplet: CD, 6D and 7D. RGB value is (205,109,125). Sum of RGB (Red+Green+Blue) = 205+109+125=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D7D is #329282. Grayscale: #8B8B8B. Windows color (decimal): -3314307 or 8220109. OLE color: 8220109.

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

Color convert

RGB 205 109 125 -
CMYK 0 0.47 0.39 0.20
HSL 350º 0.49% 0.62% -
HSV(B) 350º 0.47% 0.8% -
XYZ 34.35 25.4 22.49 -
YUV 139.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 205 109 125 0 0.47 0.39 0.20 350 0.49 0.62
Hex CD 6D 7D 0 2F 27 14 15E 31 3E
Octal 315 155 175 0 57 47 24 536 61 76
Binary 11001101 1101101 1111101 0 101111 100111 10100 101011110 110001 111110

Color Harmonies of #CD6D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D7D

Black with #CD6D7D

Text Example


Text Example

White with #CD6D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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