Html Css Color HEX #C3284C Old Rose

📋 copy color: '#C3284C'

red 195 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #C3284C

Tints of Old Rose #C3284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 62.7%
G = 12.86%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3284C (or 0xC3284C) is known color: Old Rose. HEX triplet: C3, 28 and 4C. RGB value is (195,40,76). Sum of RGB (Red+Green+Blue) = 195+40+76=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3284C is #3CD7B3. Grayscale: #5A5A5A. Windows color (decimal): -3987380 or 4991171. OLE color: 4991171.

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

Color convert

RGB 195 40 76 -
CMYK 0 0.79 0.61 0.24
HSL 346.06º 0.66% 0.46% -
HSV(B) 346.06º 0.79% 0.76% -
XYZ 24.57 13.64 8.18 -
YUV 90.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 195 40 76 0 0.79 0.61 0.24 346.06 0.66 0.46
Hex C3 28 4C 0 4F 3D 18 15A 42 2E
Octal 303 50 114 0 117 75 30 532 102 56
Binary 11000011 101000 1001100 0 1001111 111101 11000 101011010 1000010 101110

Color Harmonies of #C3284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3284C

Black with #C3284C

Text Example


Text Example

White with #C3284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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