Html Css Color HEX #C7385A Old Rose

📋 copy color: '#C7385A'

red 199 ◦ green 56 ◦ blue 90

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

Shades of Old Rose #C7385A

Tints of Old Rose #C7385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 57.68%
G = 16.23%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7385A (or 0xC7385A) is known color: Old Rose. HEX triplet: C7, 38 and 5A. RGB value is (199,56,90). Sum of RGB (Red+Green+Blue) = 199+56+90=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7385A is #38C7A5. Grayscale: #666666. Windows color (decimal): -3721126 or 5912775. OLE color: 5912775.

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

Color convert

RGB 199 56 90 -
CMYK 0 0.72 0.55 0.22
HSL 345.73º 0.56% 0.5% -
HSV(B) 345.73º 0.72% 0.78% -
XYZ 26.81 15.71 11.29 -
YUV 102.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 199 56 90 0 0.72 0.55 0.22 345.73 0.56 0.5
Hex C7 38 5A 0 48 37 16 15A 38 32
Octal 307 70 132 0 110 67 26 532 70 62
Binary 11000111 111000 1011010 0 1001000 110111 10110 101011010 111000 110010

Color Harmonies of #C7385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7385A

Black with #C7385A

Text Example


Text Example

White with #C7385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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