Html Css Color HEX #C2284A Old Rose

📋 copy color: '#C2284A'

red 194 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #C2284A

Tints of Old Rose #C2284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 62.99%
G = 12.99%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2284A (or 0xC2284A) is known color: Old Rose. HEX triplet: C2, 28 and 4A. RGB value is (194,40,74). Sum of RGB (Red+Green+Blue) = 194+40+74=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2284A is #3DD7B5. Grayscale: #595959. Windows color (decimal): -4052918 or 4860098. OLE color: 4860098.

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

Color convert

RGB 194 40 74 -
CMYK 0 0.79 0.62 0.24
HSL 346.75º 0.66% 0.46% -
HSV(B) 346.75º 0.79% 0.76% -
XYZ 24.24 13.48 7.8 -
YUV 89.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 194 40 74 0 0.79 0.62 0.24 346.75 0.66 0.46
Hex C2 28 4A 0 4F 3E 18 15B 42 2E
Octal 302 50 112 0 117 76 30 533 102 56
Binary 11000010 101000 1001010 0 1001111 111110 11000 101011011 1000010 101110

Color Harmonies of #C2284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2284A

Black with #C2284A

Text Example


Text Example

White with #C2284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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