Html Css Color HEX #C7255F Old Rose

📋 copy color: '#C7255F'

red 199 ◦ green 37 ◦ blue 95

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

Shades of Old Rose #C7255F

Tints of Old Rose #C7255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 60.12%
G = 11.18%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7255F (or 0xC7255F) is known color: Old Rose. HEX triplet: C7, 25 and 5F. RGB value is (199,37,95). Sum of RGB (Red+Green+Blue) = 199+37+95=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7255F is #38DAA0. Grayscale: #5B5B5B. Windows color (decimal): -3725985 or 6235591. OLE color: 6235591.

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

Color convert

RGB 199 37 95 -
CMYK 0 0.81 0.52 0.22
HSL 338.52º 0.69% 0.46% -
HSV(B) 338.52º 0.81% 0.78% -
XYZ 26.28 14.29 12.2 -
YUV 92.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 199 37 95 0 0.81 0.52 0.22 338.52 0.69 0.46
Hex C7 25 5F 0 51 34 16 153 45 2E
Octal 307 45 137 0 121 64 26 523 105 56
Binary 11000111 100101 1011111 0 1010001 110100 10110 101010011 1000101 101110

Color Harmonies of #C7255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7255F

Black with #C7255F

Text Example


Text Example

White with #C7255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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