Html Css Color HEX #C2284C Old Rose

📋 copy color: '#C2284C'

red 194 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #C2284C

Tints of Old Rose #C2284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 62.58%
G = 12.9%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2284C (or 0xC2284C) is known color: Old Rose. HEX triplet: C2, 28 and 4C. RGB value is (194,40,76). Sum of RGB (Red+Green+Blue) = 194+40+76=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2284C is #3DD7B3. Grayscale: #5A5A5A. Windows color (decimal): -4052916 or 4991170. OLE color: 4991170.

HSL color Cylindrical-coordinate representation of color #C2284C: hue angle of 345.97º 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 #C2284C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 76 -
CMYK 0 0.79 0.61 0.24
HSL 345.97º 0.66% 0.46% -
HSV(B) 345.97º 0.79% 0.76% -
XYZ 24.31 13.51 8.16 -
YUV 90.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 194 40 76 0 0.79 0.61 0.24 345.97 0.66 0.46
Hex C2 28 4C 0 4F 3D 18 15A 42 2E
Octal 302 50 114 0 117 75 30 532 102 56
Binary 11000010 101000 1001100 0 1001111 111101 11000 101011010 1000010 101110

Color Harmonies of #C2284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2284C

Black with #C2284C

Text Example


Text Example

White with #C2284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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