Html Css Color HEX #C7385C Old Rose

📋 copy color: '#C7385C'

red 199 ◦ green 56 ◦ blue 92

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

Shades of Old Rose #C7385C

Tints of Old Rose #C7385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 57.35%
G = 16.14%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7385C (or 0xC7385C) is known color: Old Rose. HEX triplet: C7, 38 and 5C. RGB value is (199,56,92). Sum of RGB (Red+Green+Blue) = 199+56+92=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7385C is #38C7A3. Grayscale: #666666. Windows color (decimal): -3721124 or 6043847. OLE color: 6043847.

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

Color convert

RGB 199 56 92 -
CMYK 0 0.72 0.54 0.22
HSL 344.9º 0.56% 0.5% -
HSV(B) 344.9º 0.72% 0.78% -
XYZ 26.9 15.74 11.75 -
YUV 102.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 199 56 92 0 0.72 0.54 0.22 344.9 0.56 0.5
Hex C7 38 5C 0 48 36 16 159 38 32
Octal 307 70 134 0 110 66 26 531 70 62
Binary 11000111 111000 1011100 0 1001000 110110 10110 101011001 111000 110010

Color Harmonies of #C7385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7385C

Black with #C7385C

Text Example


Text Example

White with #C7385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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