Html Css Color HEX #C9245A Old Rose

📋 copy color: '#C9245A'

red 201 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #C9245A

Tints of Old Rose #C9245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 61.47%
G = 11.01%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9245A (or 0xC9245A) is known color: Old Rose. HEX triplet: C9, 24 and 5A. RGB value is (201,36,90). Sum of RGB (Red+Green+Blue) = 201+36+90=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9245A is #36DBA5. Grayscale: #5B5B5B. Windows color (decimal): -3595174 or 5907657. OLE color: 5907657.

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

Color convert

RGB 201 36 90 -
CMYK 0 0.82 0.55 0.21
HSL 340.36º 0.7% 0.46% -
HSV(B) 340.36º 0.82% 0.79% -
XYZ 26.56 14.42 11.06 -
YUV 91.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 201 36 90 0 0.82 0.55 0.21 340.36 0.7 0.46
Hex C9 24 5A 0 52 37 15 154 46 2E
Octal 311 44 132 0 122 67 25 524 106 56
Binary 11001001 100100 1011010 0 1010010 110111 10101 101010100 1000110 101110

Color Harmonies of #C9245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9245A

Black with #C9245A

Text Example


Text Example

White with #C9245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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