Html Css Color HEX #C9214A Old Rose

📋 copy color: '#C9214A'

red 201 ◦ green 33 ◦ blue 74

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

Shades of Old Rose #C9214A

Tints of Old Rose #C9214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 65.26%
G = 10.71%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9214A (or 0xC9214A) is known color: Old Rose. HEX triplet: C9, 21 and 4A. RGB value is (201,33,74). Sum of RGB (Red+Green+Blue) = 201+33+74=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C9214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9214A is #36DEB5. Grayscale: #575757. Windows color (decimal): -3595958 or 4858313. OLE color: 4858313.

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

Color convert

RGB 201 33 74 -
CMYK 0 0.84 0.63 0.21
HSL 345.36º 0.72% 0.46% -
HSV(B) 345.36º 0.84% 0.79% -
XYZ 25.87 14 7.82 -
YUV 87.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 201 33 74 0 0.84 0.63 0.21 345.36 0.72 0.46
Hex C9 21 4A 0 54 3F 15 159 48 2E
Octal 311 41 112 0 124 77 25 531 110 56
Binary 11001001 100001 1001010 0 1010100 111111 10101 101011001 1001000 101110

Color Harmonies of #C9214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9214A

Black with #C9214A

Text Example


Text Example

White with #C9214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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