Html Css Color HEX #C2254E Old Rose

📋 copy color: '#C2254E'

red 194 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #C2254E

Tints of Old Rose #C2254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 62.78%
G = 11.97%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2254E (or 0xC2254E) is known color: Old Rose. HEX triplet: C2, 25 and 4E. RGB value is (194,37,78). Sum of RGB (Red+Green+Blue) = 194+37+78=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2254E is #3DDAB1. Grayscale: #585858. Windows color (decimal): -4053682 or 5121474. OLE color: 5121474.

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

Color convert

RGB 194 37 78 -
CMYK 0 0.81 0.60 0.24
HSL 344.33º 0.68% 0.45% -
HSV(B) 344.33º 0.81% 0.76% -
XYZ 24.28 13.34 8.5 -
YUV 88.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 194 37 78 0 0.81 0.60 0.24 344.33 0.68 0.45
Hex C2 25 4E 0 51 3C 18 158 44 2D
Octal 302 45 116 0 121 74 30 530 104 55
Binary 11000010 100101 1001110 0 1010001 111100 11000 101011000 1000100 101101

Color Harmonies of #C2254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2254E

Black with #C2254E

Text Example


Text Example

White with #C2254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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