Html Css Color HEX #C2325E Old Rose

📋 copy color: '#C2325E'

red 194 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #C2325E

Tints of Old Rose #C2325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 57.4%
G = 14.79%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2325E (or 0xC2325E) is known color: Old Rose. HEX triplet: C2, 32 and 5E. RGB value is (194,50,94). Sum of RGB (Red+Green+Blue) = 194+50+94=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2325E is #3DCDA1. Grayscale: #626262. Windows color (decimal): -4050338 or 6173378. OLE color: 6173378.

HSL color Cylindrical-coordinate representation of color #C2325E: hue angle of 341.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2325E is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 94 -
CMYK 0 0.74 0.52 0.24
HSL 341.67º 0.59% 0.48% -
HSV(B) 341.67º 0.74% 0.76% -
XYZ 25.41 14.56 12.06 -
YUV 98.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 194 50 94 0 0.74 0.52 0.24 341.67 0.59 0.48
Hex C2 32 5E 0 4A 34 18 156 3B 30
Octal 302 62 136 0 112 64 30 526 73 60
Binary 11000010 110010 1011110 0 1001010 110100 11000 101010110 111011 110000

Color Harmonies of #C2325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2325E

Black with #C2325E

Text Example


Text Example

White with #C2325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2325E; }

 p { color: rgb(194,50,94); }

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

background-color css

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

 a { background-color: rgb(194,50,94); }

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

border-color css

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

 span { border-color: rgb(194,50,94); }

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