Html Css Color HEX #C9254A Old Rose

📋 copy color: '#C9254A'

red 201 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #C9254A

Tints of Old Rose #C9254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 64.42%
G = 11.86%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9254A (or 0xC9254A) is known color: Old Rose. HEX triplet: C9, 25 and 4A. RGB value is (201,37,74). Sum of RGB (Red+Green+Blue) = 201+37+74=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9254A is #36DAB5. Grayscale: #5A5A5A. Windows color (decimal): -3594934 or 4859337. OLE color: 4859337.

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

Color convert

RGB 201 37 74 -
CMYK 0 0.82 0.63 0.21
HSL 346.46º 0.69% 0.47% -
HSV(B) 346.46º 0.82% 0.79% -
XYZ 25.98 14.24 7.86 -
YUV 90.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 201 37 74 0 0.82 0.63 0.21 346.46 0.69 0.47
Hex C9 25 4A 0 52 3F 15 15A 45 2F
Octal 311 45 112 0 122 77 25 532 105 57
Binary 11001001 100101 1001010 0 1010010 111111 10101 101011010 1000101 101111

Color Harmonies of #C9254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9254A

Black with #C9254A

Text Example


Text Example

White with #C9254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9254A; }

 p { color: rgb(201,37,74); }

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

background-color css

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

 a { background-color: rgb(201,37,74); }

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

border-color css

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

 span { border-color: rgb(201,37,74); }

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