Html Css Color HEX #CD768D Charm

📋 copy color: '#CD768D'

red 205 ◦ green 118 ◦ blue 141

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

Shades of Charm #CD768D

Tints of Charm #CD768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 44.18%
G = 25.43%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD768D (or 0xCD768D) is known color: Charm. HEX triplet: CD, 76 and 8D. RGB value is (205,118,141). Sum of RGB (Red+Green+Blue) = 205+118+141=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD768D is #328972. Grayscale: #929292. Windows color (decimal): -3311987 or 9270989. OLE color: 9270989.

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

Color convert

RGB 205 118 141 -
CMYK 0 0.42 0.31 0.20
HSL 344.14º 0.47% 0.63% -
HSV(B) 344.14º 0.42% 0.8% -
XYZ 36.46 27.86 28.65 -
YUV 146.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 205 118 141 0 0.42 0.31 0.20 344.14 0.47 0.63
Hex CD 76 8D 0 2A 1F 14 158 2F 3F
Octal 315 166 215 0 52 37 24 530 57 77
Binary 11001101 1110110 10001101 0 101010 11111 10100 101011000 101111 111111

Color Harmonies of #CD768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD768D

Black with #CD768D

Text Example


Text Example

White with #CD768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD768D; }

 p { color: rgb(205,118,141); }

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

background-color css

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

 a { background-color: rgb(205,118,141); }

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

border-color css

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

 span { border-color: rgb(205,118,141); }

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