Html Css Color HEX #C2344C Old Rose

📋 copy color: '#C2344C'

red 194 ◦ green 52 ◦ blue 76

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

Shades of Old Rose #C2344C

Tints of Old Rose #C2344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 60.25%
G = 16.15%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2344C (or 0xC2344C) is known color: Old Rose. HEX triplet: C2, 34 and 4C. RGB value is (194,52,76). Sum of RGB (Red+Green+Blue) = 194+52+76=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2344C is #3DCBB3. Grayscale: #616161. Windows color (decimal): -4049844 or 4994242. OLE color: 4994242.

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

Color convert

RGB 194 52 76 -
CMYK 0 0.73 0.61 0.24
HSL 349.86º 0.58% 0.48% -
HSV(B) 349.86º 0.73% 0.76% -
XYZ 24.78 14.45 8.32 -
YUV 97.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 194 52 76 0 0.73 0.61 0.24 349.86 0.58 0.48
Hex C2 34 4C 0 49 3D 18 15E 3A 30
Octal 302 64 114 0 111 75 30 536 72 60
Binary 11000010 110100 1001100 0 1001001 111101 11000 101011110 111010 110000

Color Harmonies of #C2344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2344C

Black with #C2344C

Text Example


Text Example

White with #C2344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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