Html Css Color HEX #C7385E Old Rose

📋 copy color: '#C7385E'

red 199 ◦ green 56 ◦ blue 94

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

Shades of Old Rose #C7385E

Tints of Old Rose #C7385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 57.02%
G = 16.05%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7385E (or 0xC7385E) is known color: Old Rose. HEX triplet: C7, 38 and 5E. RGB value is (199,56,94). Sum of RGB (Red+Green+Blue) = 199+56+94=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7385E is #38C7A1. Grayscale: #676767. Windows color (decimal): -3721122 or 6174919. OLE color: 6174919.

HSL color Cylindrical-coordinate representation of color #C7385E: hue angle of 344.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7385E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 56 94 -
CMYK 0 0.72 0.53 0.22
HSL 344.06º 0.56% 0.5% -
HSV(B) 344.06º 0.72% 0.78% -
XYZ 26.99 15.78 12.21 -
YUV 103.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 199 56 94 0 0.72 0.53 0.22 344.06 0.56 0.5
Hex C7 38 5E 0 48 35 16 158 38 32
Octal 307 70 136 0 110 65 26 530 70 62
Binary 11000111 111000 1011110 0 1001000 110101 10110 101011000 111000 110010

Color Harmonies of #C7385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7385E

Black with #C7385E

Text Example


Text Example

White with #C7385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7385E; }

 p { color: rgb(199,56,94); }

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

background-color css

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

 a { background-color: rgb(199,56,94); }

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

border-color css

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

 span { border-color: rgb(199,56,94); }

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