Html Css Color HEX #C7354C Old Rose

📋 copy color: '#C7354C'

red 199 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #C7354C

Tints of Old Rose #C7354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 60.67%
G = 16.16%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7354C (or 0xC7354C) is known color: Old Rose. HEX triplet: C7, 35 and 4C. RGB value is (199,53,76). Sum of RGB (Red+Green+Blue) = 199+53+76=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7354C is #38CAB3. Grayscale: #636363. Windows color (decimal): -3721908 or 4994503. OLE color: 4994503.

HSL color Cylindrical-coordinate representation of color #C7354C: hue angle of 350.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7354C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 76 -
CMYK 0 0.73 0.62 0.22
HSL 350.55º 0.58% 0.49% -
HSV(B) 350.55º 0.73% 0.78% -
XYZ 26.13 15.21 8.4 -
YUV 99.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 199 53 76 0 0.73 0.62 0.22 350.55 0.58 0.49
Hex C7 35 4C 0 49 3E 16 15F 3A 31
Octal 307 65 114 0 111 76 26 537 72 61
Binary 11000111 110101 1001100 0 1001001 111110 10110 101011111 111010 110001

Color Harmonies of #C7354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7354C

Black with #C7354C

Text Example


Text Example

White with #C7354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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