Html Css Color HEX #C7274C Old Rose

📋 copy color: '#C7274C'

red 199 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #C7274C

Tints of Old Rose #C7274C

RGB

 RED value IS 199 (78.13% from 255) = 63.38%

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

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

R = 63.38%
G = 12.42%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7274C (or 0xC7274C) is known color: Old Rose. HEX triplet: C7, 27 and 4C. RGB value is (199,39,76). Sum of RGB (Red+Green+Blue) = 199+39+76=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7274C is #38D8B3. Grayscale: #5B5B5B. Windows color (decimal): -3725492 or 4990919. OLE color: 4990919.

HSL color Cylindrical-coordinate representation of color #C7274C: hue angle of 346.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7274C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 39 76 -
CMYK 0 0.80 0.62 0.22
HSL 346.13º 0.67% 0.47% -
HSV(B) 346.13º 0.8% 0.78% -
XYZ 25.58 14.11 8.21 -
YUV 91.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 199 39 76 0 0.80 0.62 0.22 346.13 0.67 0.47
Hex C7 27 4C 0 50 3E 16 15A 43 2F
Octal 307 47 114 0 120 76 26 532 103 57
Binary 11000111 100111 1001100 0 1010000 111110 10110 101011010 1000011 101111

Color Harmonies of #C7274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7274C

Black with #C7274C

Text Example


Text Example

White with #C7274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7274C; }

 p { color: rgb(199,39,76); }

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

background-color css

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

 a { background-color: rgb(199,39,76); }

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

border-color css

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

 span { border-color: rgb(199,39,76); }

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