Html Css Color HEX #C3244E Old Rose

📋 copy color: '#C3244E'

red 195 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #C3244E

Tints of Old Rose #C3244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 63.11%
G = 11.65%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3244E (or 0xC3244E) is known color: Old Rose. HEX triplet: C3, 24 and 4E. RGB value is (195,36,78). Sum of RGB (Red+Green+Blue) = 195+36+78=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3244E is #3CDBB1. Grayscale: #585858. Windows color (decimal): -3988402 or 5121219. OLE color: 5121219.

HSL color Cylindrical-coordinate representation of color #C3244E: hue angle of 344.15º 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 #C3244E is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 78 -
CMYK 0 0.82 0.6 0.24
HSL 344.15º 0.69% 0.45% -
HSV(B) 344.15º 0.82% 0.76% -
XYZ 24.51 13.41 8.5 -
YUV 88.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 195 36 78 0 0.82 0.6 0.24 344.15 0.69 0.45
Hex C3 24 4E 0 52 3C 18 158 45 2D
Octal 303 44 116 0 122 74 30 530 105 55
Binary 11000011 100100 1001110 0 1010010 111100 11000 101011000 1000101 101101

Color Harmonies of #C3244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3244E

Black with #C3244E

Text Example


Text Example

White with #C3244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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