Html Css Color HEX #C9425A Mandy

📋 copy color: '#C9425A'

red 201 ◦ green 66 ◦ blue 90

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

Shades of Mandy #C9425A

Tints of Mandy #C9425A

RGB

 RED value IS 201 (78.91% from 255) = 56.3%

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 56.3%
G = 18.49%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9425A (or 0xC9425A) is known color: Mandy. HEX triplet: C9, 42 and 5A. RGB value is (201,66,90). Sum of RGB (Red+Green+Blue) = 201+66+90=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9425A is #36BDA5. Grayscale: #6D6D6D. Windows color (decimal): -3587494 or 5915337. OLE color: 5915337.

HSL color Cylindrical-coordinate representation of color #C9425A: hue angle of 349.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9425A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 90 -
CMYK 0 0.67 0.55 0.21
HSL 349.33º 0.56% 0.52% -
HSV(B) 349.33º 0.67% 0.79% -
XYZ 27.88 17.05 11.49 -
YUV 109.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 201 66 90 0 0.67 0.55 0.21 349.33 0.56 0.52
Hex C9 42 5A 0 43 37 15 15D 38 34
Octal 311 102 132 0 103 67 25 535 70 64
Binary 11001001 1000010 1011010 0 1000011 110111 10101 101011101 111000 110100

Color Harmonies of #C9425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9425A

Black with #C9425A

Text Example


Text Example

White with #C9425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9425A; }

 p { color: rgb(201,66,90); }

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

background-color css

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

 a { background-color: rgb(201,66,90); }

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

border-color css

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

 span { border-color: rgb(201,66,90); }

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