Html Css Color HEX #C7355B Old Rose

📋 copy color: '#C7355B'

red 199 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #C7355B

Tints of Old Rose #C7355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 58.02%
G = 15.45%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7355B (or 0xC7355B) is known color: Old Rose. HEX triplet: C7, 35 and 5B. RGB value is (199,53,91). Sum of RGB (Red+Green+Blue) = 199+53+91=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7355B is #38CAA4. Grayscale: #646464. Windows color (decimal): -3721893 or 5977543. OLE color: 5977543.

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

Color convert

RGB 199 53 91 -
CMYK 0 0.73 0.54 0.22
HSL 344.38º 0.58% 0.49% -
HSV(B) 344.38º 0.73% 0.78% -
XYZ 26.71 15.44 11.47 -
YUV 100.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 199 53 91 0 0.73 0.54 0.22 344.38 0.58 0.49
Hex C7 35 5B 0 49 36 16 158 3A 31
Octal 307 65 133 0 111 66 26 530 72 61
Binary 11000111 110101 1011011 0 1001001 110110 10110 101011000 111010 110001

Color Harmonies of #C7355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7355B

Black with #C7355B

Text Example


Text Example

White with #C7355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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