Html Css Color HEX #C0295F Old Rose

📋 copy color: '#C0295F'

red 192 ◦ green 41 ◦ blue 95

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

Shades of Old Rose #C0295F

Tints of Old Rose #C0295F

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 58.54%
G = 12.5%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0295F (or 0xC0295F) is known color: Old Rose. HEX triplet: C0, 29 and 5F. RGB value is (192,41,95). Sum of RGB (Red+Green+Blue) = 192+41+95=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C0295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0295F is #3FD6A0. Grayscale: #5C5C5C. Windows color (decimal): -4183713 or 6236608. OLE color: 6236608.

HSL color Cylindrical-coordinate representation of color #C0295F: hue angle of 338.54º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0295F is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 95 -
CMYK 0 0.79 0.51 0.25
HSL 338.54º 0.65% 0.46% -
HSV(B) 338.54º 0.79% 0.75% -
XYZ 24.6 13.62 12.16 -
YUV 92.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 192 41 95 0 0.79 0.51 0.25 338.54 0.65 0.46
Hex C0 29 5F 0 4F 33 19 153 41 2E
Octal 300 51 137 0 117 63 31 523 101 56
Binary 11000000 101001 1011111 0 1001111 110011 11001 101010011 1000001 101110

Color Harmonies of #C0295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0295F

Black with #C0295F

Text Example


Text Example

White with #C0295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0295F; }

 p { color: rgb(192,41,95); }

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

background-color css

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

 a { background-color: rgb(192,41,95); }

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

border-color css

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

 span { border-color: rgb(192,41,95); }

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