Html Css Color HEX #C2254A Old Rose

📋 copy color: '#C2254A'

red 194 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #C2254A

Tints of Old Rose #C2254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

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

R = 63.61%
G = 12.13%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2254A (or 0xC2254A) is known color: Old Rose. HEX triplet: C2, 25 and 4A. RGB value is (194,37,74). Sum of RGB (Red+Green+Blue) = 194+37+74=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2254A is #3DDAB5. Grayscale: #585858. Windows color (decimal): -4053686 or 4859330. OLE color: 4859330.

HSL color Cylindrical-coordinate representation of color #C2254A: hue angle of 345.86º degrees, saturation: 0.68, 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 #C2254A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 74 -
CMYK 0 0.81 0.62 0.24
HSL 345.86º 0.68% 0.45% -
HSV(B) 345.86º 0.81% 0.76% -
XYZ 24.15 13.29 7.77 -
YUV 88.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 194 37 74 0 0.81 0.62 0.24 345.86 0.68 0.45
Hex C2 25 4A 0 51 3E 18 15A 44 2D
Octal 302 45 112 0 121 76 30 532 104 55
Binary 11000010 100101 1001010 0 1010001 111110 11000 101011010 1000100 101101

Color Harmonies of #C2254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2254A

Black with #C2254A

Text Example


Text Example

White with #C2254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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