Html Css Color HEX #C7295F Old Rose

📋 copy color: '#C7295F'

red 199 ◦ green 41 ◦ blue 95

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

Shades of Old Rose #C7295F

Tints of Old Rose #C7295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 59.4%
G = 12.24%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7295F (or 0xC7295F) is known color: Old Rose. HEX triplet: C7, 29 and 5F. RGB value is (199,41,95). Sum of RGB (Red+Green+Blue) = 199+41+95=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C7295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7295F is #38D6A0. Grayscale: #5E5E5E. Windows color (decimal): -3724961 or 6236615. OLE color: 6236615.

HSL color Cylindrical-coordinate representation of color #C7295F: hue angle of 339.49º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7295F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 95 -
CMYK 0 0.79 0.52 0.22
HSL 339.49º 0.66% 0.47% -
HSV(B) 339.49º 0.79% 0.78% -
XYZ 26.41 14.55 12.24 -
YUV 94.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 199 41 95 0 0.79 0.52 0.22 339.49 0.66 0.47
Hex C7 29 5F 0 4F 34 16 153 42 2F
Octal 307 51 137 0 117 64 26 523 102 57
Binary 11000111 101001 1011111 0 1001111 110100 10110 101010011 1000010 101111

Color Harmonies of #C7295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7295F

Black with #C7295F

Text Example


Text Example

White with #C7295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7295F; }

 p { color: rgb(199,41,95); }

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

background-color css

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

 a { background-color: rgb(199,41,95); }

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

border-color css

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

 span { border-color: rgb(199,41,95); }

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