Html Css Color HEX #C2414E Old Rose

📋 copy color: '#C2414E'

red 194 ◦ green 65 ◦ blue 78

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

Shades of Old Rose #C2414E

Tints of Old Rose #C2414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 57.57%
G = 19.29%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2414E (or 0xC2414E) is known color: Old Rose. HEX triplet: C2, 41 and 4E. RGB value is (194,65,78). Sum of RGB (Red+Green+Blue) = 194+65+78=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2414E is #3DBEB1. Grayscale: #696969. Windows color (decimal): -4046514 or 5128642. OLE color: 5128642.

HSL color Cylindrical-coordinate representation of color #C2414E: hue angle of 353.95º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2414E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 78 -
CMYK 0 0.66 0.60 0.24
HSL 353.95º 0.51% 0.51% -
HSV(B) 353.95º 0.66% 0.76% -
XYZ 25.51 15.8 8.91 -
YUV 105.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 194 65 78 0 0.66 0.60 0.24 353.95 0.51 0.51
Hex C2 41 4E 0 42 3C 18 162 33 33
Octal 302 101 116 0 102 74 30 542 63 63
Binary 11000010 1000001 1001110 0 1000010 111100 11000 101100010 110011 110011

Color Harmonies of #C2414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2414E

Black with #C2414E

Text Example


Text Example

White with #C2414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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