Html Css Color HEX #C2274A Old Rose

📋 copy color: '#C2274A'

red 194 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #C2274A

Tints of Old Rose #C2274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.7%

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

R = 63.19%
G = 12.7%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2274A (or 0xC2274A) is known color: Old Rose. HEX triplet: C2, 27 and 4A. RGB value is (194,39,74). Sum of RGB (Red+Green+Blue) = 194+39+74=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2274A is #3DD8B5. Grayscale: #595959. Windows color (decimal): -4053174 or 4859842. OLE color: 4859842.

HSL color Cylindrical-coordinate representation of color #C2274A: hue angle of 346.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2274A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 74 -
CMYK 0 0.80 0.62 0.24
HSL 346.45º 0.67% 0.46% -
HSV(B) 346.45º 0.8% 0.76% -
XYZ 24.21 13.41 7.79 -
YUV 89.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 194 39 74 0 0.80 0.62 0.24 346.45 0.67 0.46
Hex C2 27 4A 0 50 3E 18 15A 43 2E
Octal 302 47 112 0 120 76 30 532 103 56
Binary 11000010 100111 1001010 0 1010000 111110 11000 101011010 1000011 101110

Color Harmonies of #C2274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2274A

Black with #C2274A

Text Example


Text Example

White with #C2274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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