Html Css Color HEX #C7354E Old Rose

📋 copy color: '#C7354E'

red 199 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #C7354E

Tints of Old Rose #C7354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 60.3%
G = 16.06%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7354E (or 0xC7354E) is known color: Old Rose. HEX triplet: C7, 35 and 4E. RGB value is (199,53,78). Sum of RGB (Red+Green+Blue) = 199+53+78=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7354E is #38CAB1. Grayscale: #636363. Windows color (decimal): -3721906 or 5125575. OLE color: 5125575.

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

Color convert

RGB 199 53 78 -
CMYK 0 0.73 0.61 0.22
HSL 349.73º 0.58% 0.49% -
HSV(B) 349.73º 0.73% 0.78% -
XYZ 26.2 15.24 8.77 -
YUV 99.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 199 53 78 0 0.73 0.61 0.22 349.73 0.58 0.49
Hex C7 35 4E 0 49 3D 16 15E 3A 31
Octal 307 65 116 0 111 75 26 536 72 61
Binary 11000111 110101 1001110 0 1001001 111101 10110 101011110 111010 110001

Color Harmonies of #C7354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7354E

Black with #C7354E

Text Example


Text Example

White with #C7354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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