Html Css Color HEX #C7355E Old Rose

📋 copy color: '#C7355E'

red 199 ◦ green 53 ◦ blue 94

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

Shades of Old Rose #C7355E

Tints of Old Rose #C7355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 57.51%
G = 15.32%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7355E (or 0xC7355E) is known color: Old Rose. HEX triplet: C7, 35 and 5E. RGB value is (199,53,94). Sum of RGB (Red+Green+Blue) = 199+53+94=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7355E is #38CAA1. Grayscale: #656565. Windows color (decimal): -3721890 or 6174151. OLE color: 6174151.

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

Color convert

RGB 199 53 94 -
CMYK 0 0.73 0.53 0.22
HSL 343.15º 0.58% 0.49% -
HSV(B) 343.15º 0.73% 0.78% -
XYZ 26.85 15.5 12.17 -
YUV 101.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 199 53 94 0 0.73 0.53 0.22 343.15 0.58 0.49
Hex C7 35 5E 0 49 35 16 157 3A 31
Octal 307 65 136 0 111 65 26 527 72 61
Binary 11000111 110101 1011110 0 1001001 110101 10110 101010111 111010 110001

Color Harmonies of #C7355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7355E

Black with #C7355E

Text Example


Text Example

White with #C7355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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