Html Css Color HEX #CD7F90 Charm

📋 copy color: '#CD7F90'

red 205 ◦ green 127 ◦ blue 144

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

Shades of Charm #CD7F90

Tints of Charm #CD7F90

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 43.07%
G = 26.68%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD7F90 (or 0xCD7F90) is known color: Charm. HEX triplet: CD, 7F and 90. RGB value is (205,127,144). Sum of RGB (Red+Green+Blue) = 205+127+144=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7F90 is #32806F. Grayscale: #989898. Windows color (decimal): -3309680 or 9469901. OLE color: 9469901.

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

Color convert

RGB 205 127 144 -
CMYK 0 0.38 0.30 0.20
HSL 346.92º 0.44% 0.65% -
HSV(B) 346.92º 0.38% 0.8% -
XYZ 37.8 30.17 30.22 -
YUV 152.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 205 127 144 0 0.38 0.30 0.20 346.92 0.44 0.65
Hex CD 7F 90 0 26 1E 14 15B 2C 41
Octal 315 177 220 0 46 36 24 533 54 101
Binary 11001101 1111111 10010000 0 100110 11110 10100 101011011 101100 1000001

Color Harmonies of #CD7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7F90

Black with #CD7F90

Text Example


Text Example

White with #CD7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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