Html Css Color HEX #C2245A Old Rose

📋 copy color: '#C2245A'

red 194 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #C2245A

Tints of Old Rose #C2245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 60.63%
G = 11.25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2245A (or 0xC2245A) is known color: Old Rose. HEX triplet: C2, 24 and 5A. RGB value is (194,36,90). Sum of RGB (Red+Green+Blue) = 194+36+90=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2245A is #3DDBA5. Grayscale: #595959. Windows color (decimal): -4053926 or 5907650. OLE color: 5907650.

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

Color convert

RGB 194 36 90 -
CMYK 0 0.81 0.54 0.24
HSL 339.49º 0.69% 0.45% -
HSV(B) 339.49º 0.81% 0.76% -
XYZ 24.72 13.47 10.97 -
YUV 89.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 194 36 90 0 0.81 0.54 0.24 339.49 0.69 0.45
Hex C2 24 5A 0 51 36 18 153 45 2D
Octal 302 44 132 0 121 66 30 523 105 55
Binary 11000010 100100 1011010 0 1010001 110110 11000 101010011 1000101 101101

Color Harmonies of #C2245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2245A

Black with #C2245A

Text Example


Text Example

White with #C2245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2245A; }

 p { color: rgb(194,36,90); }

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

background-color css

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

 a { background-color: rgb(194,36,90); }

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

border-color css

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

 span { border-color: rgb(194,36,90); }

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