Html Css Color HEX #C7295A Old Rose

📋 copy color: '#C7295A'

red 199 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #C7295A

Tints of Old Rose #C7295A

RGB

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

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

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

R = 60.3%
G = 12.42%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7295A (or 0xC7295A) is known color: Old Rose. HEX triplet: C7, 29 and 5A. RGB value is (199,41,90). Sum of RGB (Red+Green+Blue) = 199+41+90=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7295A is #38D6A5. Grayscale: #5D5D5D. Windows color (decimal): -3724966 or 5908935. OLE color: 5908935.

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

Color convert

RGB 199 41 90 -
CMYK 0 0.79 0.55 0.22
HSL 341.39º 0.66% 0.47% -
HSV(B) 341.39º 0.79% 0.78% -
XYZ 26.19 14.47 11.08 -
YUV 93.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 199 41 90 0 0.79 0.55 0.22 341.39 0.66 0.47
Hex C7 29 5A 0 4F 37 16 155 42 2F
Octal 307 51 132 0 117 67 26 525 102 57
Binary 11000111 101001 1011010 0 1001111 110111 10110 101010101 1000010 101111

Color Harmonies of #C7295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7295A

Black with #C7295A

Text Example


Text Example

White with #C7295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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