Html Css Color HEX #CD7788 Charm

📋 copy color: '#CD7788'

red 205 ◦ green 119 ◦ blue 136

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

Shades of Charm #CD7788

Tints of Charm #CD7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.87%

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 44.57%
G = 25.87%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD7788 (or 0xCD7788) is known color: Charm. HEX triplet: CD, 77 and 88. RGB value is (205,119,136). Sum of RGB (Red+Green+Blue) = 205+119+136=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7788 is #328877. Grayscale: #929292. Windows color (decimal): -3311736 or 8943565. OLE color: 8943565.

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

Color convert

RGB 205 119 136 -
CMYK 0 0.42 0.34 0.20
HSL 348.14º 0.46% 0.64% -
HSV(B) 348.14º 0.42% 0.8% -
XYZ 36.22 27.95 26.78 -
YUV 146.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 205 119 136 0 0.42 0.34 0.20 348.14 0.46 0.64
Hex CD 77 88 0 2A 22 14 15C 2E 40
Octal 315 167 210 0 52 42 24 534 56 100
Binary 11001101 1110111 10001000 0 101010 100010 10100 101011100 101110 1000000

Color Harmonies of #CD7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7788

Black with #CD7788

Text Example


Text Example

White with #CD7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7788; }

 p { color: rgb(205,119,136); }

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

background-color css

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

 a { background-color: rgb(205,119,136); }

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

border-color css

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

 span { border-color: rgb(205,119,136); }

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