Html Css Color HEX #C7354B Old Rose

📋 copy color: '#C7354B'

red 199 ◦ green 53 ◦ blue 75

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

Shades of Old Rose #C7354B

Tints of Old Rose #C7354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 60.86%
G = 16.21%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7354B (or 0xC7354B) is known color: Old Rose. HEX triplet: C7, 35 and 4B. RGB value is (199,53,75). Sum of RGB (Red+Green+Blue) = 199+53+75=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7354B is #38CAB4. Grayscale: #636363. Windows color (decimal): -3721909 or 4928967. OLE color: 4928967.

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

Color convert

RGB 199 53 75 -
CMYK 0 0.73 0.62 0.22
HSL 350.96º 0.58% 0.49% -
HSV(B) 350.96º 0.73% 0.78% -
XYZ 26.1 15.2 8.21 -
YUV 99.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 199 53 75 0 0.73 0.62 0.22 350.96 0.58 0.49
Hex C7 35 4B 0 49 3E 16 15F 3A 31
Octal 307 65 113 0 111 76 26 537 72 61
Binary 11000111 110101 1001011 0 1001001 111110 10110 101011111 111010 110001

Color Harmonies of #C7354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7354B

Black with #C7354B

Text Example


Text Example

White with #C7354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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