Html Css Color HEX #C2344A Old Rose

📋 copy color: '#C2344A'

red 194 ◦ green 52 ◦ blue 74

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

Shades of Old Rose #C2344A

Tints of Old Rose #C2344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 60.63%
G = 16.25%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2344A (or 0xC2344A) is known color: Old Rose. HEX triplet: C2, 34 and 4A. RGB value is (194,52,74). Sum of RGB (Red+Green+Blue) = 194+52+74=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2344A is #3DCBB5. Grayscale: #616161. Windows color (decimal): -4049846 or 4863170. OLE color: 4863170.

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

Color convert

RGB 194 52 74 -
CMYK 0 0.73 0.62 0.24
HSL 350.7º 0.58% 0.48% -
HSV(B) 350.7º 0.73% 0.76% -
XYZ 24.71 14.42 7.96 -
YUV 96.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 194 52 74 0 0.73 0.62 0.24 350.7 0.58 0.48
Hex C2 34 4A 0 49 3E 18 15F 3A 30
Octal 302 64 112 0 111 76 30 537 72 60
Binary 11000010 110100 1001010 0 1001001 111110 11000 101011111 111010 110000

Color Harmonies of #C2344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2344A

Black with #C2344A

Text Example


Text Example

White with #C2344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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