Html Css Color HEX #C7285F Old Rose

📋 copy color: '#C7285F'

red 199 ◦ green 40 ◦ blue 95

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

Shades of Old Rose #C7285F

Tints of Old Rose #C7285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

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

R = 59.58%
G = 11.98%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7285F (or 0xC7285F) is known color: Old Rose. HEX triplet: C7, 28 and 5F. RGB value is (199,40,95). Sum of RGB (Red+Green+Blue) = 199+40+95=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C7285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7285F is #38D7A0. Grayscale: #5D5D5D. Windows color (decimal): -3725217 or 6236359. OLE color: 6236359.

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

Color convert

RGB 199 40 95 -
CMYK 0 0.80 0.52 0.22
HSL 339.25º 0.67% 0.47% -
HSV(B) 339.25º 0.8% 0.78% -
XYZ 26.38 14.49 12.23 -
YUV 93.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 199 40 95 0 0.80 0.52 0.22 339.25 0.67 0.47
Hex C7 28 5F 0 50 34 16 153 43 2F
Octal 307 50 137 0 120 64 26 523 103 57
Binary 11000111 101000 1011111 0 1010000 110100 10110 101010011 1000011 101111

Color Harmonies of #C7285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7285F

Black with #C7285F

Text Example


Text Example

White with #C7285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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