Html Css Color HEX #C7365D Old Rose

📋 copy color: '#C7365D'

red 199 ◦ green 54 ◦ blue 93

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

Shades of Old Rose #C7365D

Tints of Old Rose #C7365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 57.51%
G = 15.61%
B = 26.88%

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

#C7365D (or 0xC7365D) is known color: Old Rose. HEX triplet: C7, 36 and 5D. RGB value is (199,54,93). Sum of RGB (Red+Green+Blue) = 199+54+93=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7365D is #38C9A2. Grayscale: #656565. Windows color (decimal): -3721635 or 6108871. OLE color: 6108871.

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

Color convert

RGB 199 54 93 -
CMYK 0 0.73 0.53 0.22
HSL 343.86º 0.57% 0.5% -
HSV(B) 343.86º 0.73% 0.78% -
XYZ 26.85 15.57 11.95 -
YUV 101.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 199 54 93 0 0.73 0.53 0.22 343.86 0.57 0.5
Hex C7 36 5D 0 49 35 16 158 39 32
Octal 307 66 135 0 111 65 26 530 71 62
Binary 11000111 110110 1011101 0 1001001 110101 10110 101011000 111001 110010

Color Harmonies of #C7365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7365D

Black with #C7365D

Text Example


Text Example

White with #C7365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7365D; }

 p { color: rgb(199,54,93); }

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

background-color css

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

 a { background-color: rgb(199,54,93); }

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

border-color css

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

 span { border-color: rgb(199,54,93); }

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