Html Css Color HEX #C2274D Old Rose

📋 copy color: '#C2274D'

red 194 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #C2274D

Tints of Old Rose #C2274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 62.58%
G = 12.58%
B = 24.84%

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

#C2274D (or 0xC2274D) is known color: Old Rose. HEX triplet: C2, 27 and 4D. RGB value is (194,39,77). Sum of RGB (Red+Green+Blue) = 194+39+77=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2274D is #3DD8B2. Grayscale: #595959. Windows color (decimal): -4053171 or 5056450. OLE color: 5056450.

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

Color convert

RGB 194 39 77 -
CMYK 0 0.80 0.60 0.24
HSL 345.29º 0.67% 0.46% -
HSV(B) 345.29º 0.8% 0.76% -
XYZ 24.31 13.46 8.34 -
YUV 89.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 194 39 77 0 0.80 0.60 0.24 345.29 0.67 0.46
Hex C2 27 4D 0 50 3C 18 159 43 2E
Octal 302 47 115 0 120 74 30 531 103 56
Binary 11000010 100111 1001101 0 1010000 111100 11000 101011001 1000011 101110

Color Harmonies of #C2274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2274D

Black with #C2274D

Text Example


Text Example

White with #C2274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2274D; }

 p { color: rgb(194,39,77); }

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

background-color css

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

 a { background-color: rgb(194,39,77); }

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

border-color css

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

 span { border-color: rgb(194,39,77); }

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