Html Css Color HEX #C2264E Old Rose

📋 copy color: '#C2264E'

red 194 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #C2264E

Tints of Old Rose #C2264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 62.58%
G = 12.26%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2264E (or 0xC2264E) is known color: Old Rose. HEX triplet: C2, 26 and 4E. RGB value is (194,38,78). Sum of RGB (Red+Green+Blue) = 194+38+78=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2264E is #3DD9B1. Grayscale: #595959. Windows color (decimal): -4053426 or 5121730. OLE color: 5121730.

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

Color convert

RGB 194 38 78 -
CMYK 0 0.80 0.60 0.24
HSL 344.62º 0.67% 0.45% -
HSV(B) 344.62º 0.8% 0.76% -
XYZ 24.32 13.41 8.51 -
YUV 89.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 194 38 78 0 0.80 0.60 0.24 344.62 0.67 0.45
Hex C2 26 4E 0 50 3C 18 159 43 2D
Octal 302 46 116 0 120 74 30 531 103 55
Binary 11000010 100110 1001110 0 1010000 111100 11000 101011001 1000011 101101

Color Harmonies of #C2264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2264E

Black with #C2264E

Text Example


Text Example

White with #C2264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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