Html Css Color HEX #C3284E Old Rose

📋 copy color: '#C3284E'

red 195 ◦ green 40 ◦ blue 78

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

Shades of Old Rose #C3284E

Tints of Old Rose #C3284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 62.3%
G = 12.78%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3284E (or 0xC3284E) is known color: Old Rose. HEX triplet: C3, 28 and 4E. RGB value is (195,40,78). Sum of RGB (Red+Green+Blue) = 195+40+78=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3284E is #3CD7B1. Grayscale: #5A5A5A. Windows color (decimal): -3987378 or 5122243. OLE color: 5122243.

HSL color Cylindrical-coordinate representation of color #C3284E: hue angle of 345.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3284E is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 78 -
CMYK 0 0.79 0.6 0.24
HSL 345.29º 0.66% 0.46% -
HSV(B) 345.29º 0.79% 0.76% -
XYZ 24.64 13.67 8.55 -
YUV 90.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 195 40 78 0 0.79 0.6 0.24 345.29 0.66 0.46
Hex C3 28 4E 0 4F 3C 18 159 42 2E
Octal 303 50 116 0 117 74 30 531 102 56
Binary 11000011 101000 1001110 0 1001111 111100 11000 101011001 1000010 101110

Color Harmonies of #C3284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3284E

Black with #C3284E

Text Example


Text Example

White with #C3284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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