Html Css Color HEX #C7255B Old Rose

📋 copy color: '#C7255B'

red 199 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C7255B

Tints of Old Rose #C7255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 60.86%
G = 11.31%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7255B (or 0xC7255B) is known color: Old Rose. HEX triplet: C7, 25 and 5B. RGB value is (199,37,91). Sum of RGB (Red+Green+Blue) = 199+37+91=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7255B is #38DAA4. Grayscale: #5B5B5B. Windows color (decimal): -3725989 or 5973447. OLE color: 5973447.

HSL color Cylindrical-coordinate representation of color #C7255B: hue angle of 340º 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 #C7255B is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 91 -
CMYK 0 0.81 0.54 0.22
HSL 340º 0.69% 0.46% -
HSV(B) 340º 0.81% 0.78% -
XYZ 26.1 14.22 11.27 -
YUV 91.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 199 37 91 0 0.81 0.54 0.22 340 0.69 0.46
Hex C7 25 5B 0 51 36 16 154 45 2E
Octal 307 45 133 0 121 66 26 524 105 56
Binary 11000111 100101 1011011 0 1010001 110110 10110 101010100 1000101 101110

Color Harmonies of #C7255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7255B

Black with #C7255B

Text Example


Text Example

White with #C7255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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