Html Css Color HEX #C2325A Old Rose

📋 copy color: '#C2325A'

red 194 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #C2325A

Tints of Old Rose #C2325A

RGB

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

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

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

R = 58.08%
G = 14.97%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2325A (or 0xC2325A) is known color: Old Rose. HEX triplet: C2, 32 and 5A. RGB value is (194,50,90). Sum of RGB (Red+Green+Blue) = 194+50+90=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2325A is #3DCDA5. Grayscale: #616161. Windows color (decimal): -4050342 or 5911234. OLE color: 5911234.

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

Color convert

RGB 194 50 90 -
CMYK 0 0.74 0.54 0.24
HSL 343.33º 0.59% 0.48% -
HSV(B) 343.33º 0.74% 0.76% -
XYZ 25.23 14.49 11.14 -
YUV 97.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 194 50 90 0 0.74 0.54 0.24 343.33 0.59 0.48
Hex C2 32 5A 0 4A 36 18 157 3B 30
Octal 302 62 132 0 112 66 30 527 73 60
Binary 11000010 110010 1011010 0 1001010 110110 11000 101010111 111011 110000

Color Harmonies of #C2325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2325A

Black with #C2325A

Text Example


Text Example

White with #C2325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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