Html Css Color HEX #CD7C90 Charm

📋 copy color: '#CD7C90'

red 205 ◦ green 124 ◦ blue 144

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

Shades of Charm #CD7C90

Tints of Charm #CD7C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 43.34%
G = 26.22%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD7C90 (or 0xCD7C90) is known color: Charm. HEX triplet: CD, 7C and 90. RGB value is (205,124,144). Sum of RGB (Red+Green+Blue) = 205+124+144=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C90 is #32836F. Grayscale: #969696. Windows color (decimal): -3310448 or 9469133. OLE color: 9469133.

HSL color Cylindrical-coordinate representation of color #CD7C90: hue angle of 345.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C90 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 144 -
CMYK 0 0.40 0.30 0.20
HSL 345.19º 0.45% 0.65% -
HSV(B) 345.19º 0.4% 0.8% -
XYZ 37.42 29.41 30.09 -
YUV 150.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 205 124 144 0 0.40 0.30 0.20 345.19 0.45 0.65
Hex CD 7C 90 0 28 1E 14 159 2D 41
Octal 315 174 220 0 50 36 24 531 55 101
Binary 11001101 1111100 10010000 0 101000 11110 10100 101011001 101101 1000001

Color Harmonies of #CD7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C90

Black with #CD7C90

Text Example


Text Example

White with #CD7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C90; }

 p { color: rgb(205,124,144); }

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

background-color css

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

 a { background-color: rgb(205,124,144); }

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

border-color css

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

 span { border-color: rgb(205,124,144); }

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