Html Css Color HEX #C2374C Old Rose

📋 copy color: '#C2374C'

red 194 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #C2374C

Tints of Old Rose #C2374C

RGB

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

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

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

R = 59.69%
G = 16.92%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2374C (or 0xC2374C) is known color: Old Rose. HEX triplet: C2, 37 and 4C. RGB value is (194,55,76). Sum of RGB (Red+Green+Blue) = 194+55+76=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2374C is #3DC8B3. Grayscale: #636363. Windows color (decimal): -4049076 or 4995010. OLE color: 4995010.

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

Color convert

RGB 194 55 76 -
CMYK 0 0.72 0.61 0.24
HSL 350.94º 0.56% 0.49% -
HSV(B) 350.94º 0.72% 0.76% -
XYZ 24.92 14.72 8.37 -
YUV 98.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 194 55 76 0 0.72 0.61 0.24 350.94 0.56 0.49
Hex C2 37 4C 0 48 3D 18 15F 38 31
Octal 302 67 114 0 110 75 30 537 70 61
Binary 11000010 110111 1001100 0 1001000 111101 11000 101011111 111000 110001

Color Harmonies of #C2374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2374C

Black with #C2374C

Text Example


Text Example

White with #C2374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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