Html Css Color HEX #CD768C Charm

📋 copy color: '#CD768C'

red 205 ◦ green 118 ◦ blue 140

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

Shades of Charm #CD768C

Tints of Charm #CD768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 44.28%
G = 25.49%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD768C (or 0xCD768C) is known color: Charm. HEX triplet: CD, 76 and 8C. RGB value is (205,118,140). Sum of RGB (Red+Green+Blue) = 205+118+140=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD768C is #328973. Grayscale: #929292. Windows color (decimal): -3311988 or 9205453. OLE color: 9205453.

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

Color convert

RGB 205 118 140 -
CMYK 0 0.42 0.32 0.20
HSL 344.83º 0.47% 0.63% -
HSV(B) 344.83º 0.42% 0.8% -
XYZ 36.39 27.83 28.26 -
YUV 146.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 205 118 140 0 0.42 0.32 0.20 344.83 0.47 0.63
Hex CD 76 8C 0 2A 20 14 159 2F 3F
Octal 315 166 214 0 52 40 24 531 57 77
Binary 11001101 1110110 10001100 0 101010 100000 10100 101011001 101111 111111

Color Harmonies of #CD768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD768C

Black with #CD768C

Text Example


Text Example

White with #CD768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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