Html Css Color HEX #C7395C Old Rose

📋 copy color: '#C7395C'

red 199 ◦ green 57 ◦ blue 92

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

Shades of Old Rose #C7395C

Tints of Old Rose #C7395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 57.18%
G = 16.38%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7395C (or 0xC7395C) is known color: Old Rose. HEX triplet: C7, 39 and 5C. RGB value is (199,57,92). Sum of RGB (Red+Green+Blue) = 199+57+92=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7395C is #38C6A3. Grayscale: #676767. Windows color (decimal): -3720868 or 6044103. OLE color: 6044103.

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

Color convert

RGB 199 57 92 -
CMYK 0 0.71 0.54 0.22
HSL 345.21º 0.56% 0.5% -
HSV(B) 345.21º 0.71% 0.78% -
XYZ 26.95 15.84 11.76 -
YUV 103.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 199 57 92 0 0.71 0.54 0.22 345.21 0.56 0.5
Hex C7 39 5C 0 47 36 16 159 38 32
Octal 307 71 134 0 107 66 26 531 70 62
Binary 11000111 111001 1011100 0 1000111 110110 10110 101011001 111000 110010

Color Harmonies of #C7395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7395C

Black with #C7395C

Text Example


Text Example

White with #C7395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7395C; }

 p { color: rgb(199,57,92); }

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

background-color css

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

 a { background-color: rgb(199,57,92); }

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

border-color css

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

 span { border-color: rgb(199,57,92); }

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