Html Css Color HEX #C7295C Old Rose

📋 copy color: '#C7295C'

red 199 ◦ green 41 ◦ blue 92

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

Shades of Old Rose #C7295C

Tints of Old Rose #C7295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 59.94%
G = 12.35%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7295C (or 0xC7295C) is known color: Old Rose. HEX triplet: C7, 29 and 5C. RGB value is (199,41,92). Sum of RGB (Red+Green+Blue) = 199+41+92=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7295C is #38D6A3. Grayscale: #5E5E5E. Windows color (decimal): -3724964 or 6040007. OLE color: 6040007.

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

Color convert

RGB 199 41 92 -
CMYK 0 0.79 0.54 0.22
HSL 340.63º 0.66% 0.47% -
HSV(B) 340.63º 0.79% 0.78% -
XYZ 26.28 14.5 11.54 -
YUV 94.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 199 41 92 0 0.79 0.54 0.22 340.63 0.66 0.47
Hex C7 29 5C 0 4F 36 16 155 42 2F
Octal 307 51 134 0 117 66 26 525 102 57
Binary 11000111 101001 1011100 0 1001111 110110 10110 101010101 1000010 101111

Color Harmonies of #C7295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7295C

Black with #C7295C

Text Example


Text Example

White with #C7295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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