Html Css Color HEX #C2374A Old Rose

📋 copy color: '#C2374A'

red 194 ◦ green 55 ◦ blue 74

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

Shades of Old Rose #C2374A

Tints of Old Rose #C2374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 60.06%
G = 17.03%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2374A (or 0xC2374A) is known color: Old Rose. HEX triplet: C2, 37 and 4A. RGB value is (194,55,74). Sum of RGB (Red+Green+Blue) = 194+55+74=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2374A is #3DC8B5. Grayscale: #626262. Windows color (decimal): -4049078 or 4863938. OLE color: 4863938.

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

Color convert

RGB 194 55 74 -
CMYK 0 0.72 0.62 0.24
HSL 351.8º 0.56% 0.49% -
HSV(B) 351.8º 0.72% 0.76% -
XYZ 24.85 14.7 8.01 -
YUV 98.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 194 55 74 0 0.72 0.62 0.24 351.8 0.56 0.49
Hex C2 37 4A 0 48 3E 18 160 38 31
Octal 302 67 112 0 110 76 30 540 70 61
Binary 11000010 110111 1001010 0 1001000 111110 11000 101100000 111000 110001

Color Harmonies of #C2374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2374A

Black with #C2374A

Text Example


Text Example

White with #C2374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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