Html Css Color HEX #C3245F Old Rose

📋 copy color: '#C3245F'

red 195 ◦ green 36 ◦ blue 95

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

Shades of Old Rose #C3245F

Tints of Old Rose #C3245F

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 59.82%
G = 11.04%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3245F (or 0xC3245F) is known color: Old Rose. HEX triplet: C3, 24 and 5F. RGB value is (195,36,95). Sum of RGB (Red+Green+Blue) = 195+36+95=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3245F is #3CDBA0. Grayscale: #5A5A5A. Windows color (decimal): -3988385 or 6235331. OLE color: 6235331.

HSL color Cylindrical-coordinate representation of color #C3245F: hue angle of 337.74º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3245F is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 95 -
CMYK 0 0.82 0.51 0.24
HSL 337.74º 0.69% 0.45% -
HSV(B) 337.74º 0.82% 0.76% -
XYZ 25.2 13.69 12.14 -
YUV 90.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 195 36 95 0 0.82 0.51 0.24 337.74 0.69 0.45
Hex C3 24 5F 0 52 33 18 152 45 2D
Octal 303 44 137 0 122 63 30 522 105 55
Binary 11000011 100100 1011111 0 1010010 110011 11000 101010010 1000101 101101

Color Harmonies of #C3245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3245F

Black with #C3245F

Text Example


Text Example

White with #C3245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3245F; }

 p { color: rgb(195,36,95); }

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

background-color css

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

 a { background-color: rgb(195,36,95); }

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

border-color css

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

 span { border-color: rgb(195,36,95); }

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