Html Css Color HEX #C2214A Old Rose

📋 copy color: '#C2214A'

red 194 ◦ green 33 ◦ blue 74

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

Shades of Old Rose #C2214A

Tints of Old Rose #C2214A

RGB

 RED value IS 194 (76.17% from 255) = 64.45%

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

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

R = 64.45%
G = 10.96%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2214A (or 0xC2214A) is known color: Old Rose. HEX triplet: C2, 21 and 4A. RGB value is (194,33,74). Sum of RGB (Red+Green+Blue) = 194+33+74=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2214A is #3DDEB5. Grayscale: #555555. Windows color (decimal): -4054710 or 4858306. OLE color: 4858306.

HSL color Cylindrical-coordinate representation of color #C2214A: hue angle of 344.72º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2214A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 74 -
CMYK 0 0.83 0.62 0.24
HSL 344.72º 0.71% 0.45% -
HSV(B) 344.72º 0.83% 0.76% -
XYZ 24.03 13.05 7.73 -
YUV 85.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 194 33 74 0 0.83 0.62 0.24 344.72 0.71 0.45
Hex C2 21 4A 0 53 3E 18 159 47 2D
Octal 302 41 112 0 123 76 30 531 107 55
Binary 11000010 100001 1001010 0 1010011 111110 11000 101011001 1000111 101101

Color Harmonies of #C2214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2214A

Black with #C2214A

Text Example


Text Example

White with #C2214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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