Html Css Color HEX #C4284C Old Rose

📋 copy color: '#C4284C'

red 196 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #C4284C

Tints of Old Rose #C4284C

RGB

 RED value IS 196 (76.95% from 255) = 62.82%

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

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

R = 62.82%
G = 12.82%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4284C (or 0xC4284C) is known color: Old Rose. HEX triplet: C4, 28 and 4C. RGB value is (196,40,76). Sum of RGB (Red+Green+Blue) = 196+40+76=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4284C is #3BD7B3. Grayscale: #5A5A5A. Windows color (decimal): -3921844 or 4991172. OLE color: 4991172.

HSL color Cylindrical-coordinate representation of color #C4284C: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4284C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 76 -
CMYK 0 0.80 0.61 0.23
HSL 346.15º 0.66% 0.46% -
HSV(B) 346.15º 0.8% 0.77% -
XYZ 24.83 13.78 8.19 -
YUV 90.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 196 40 76 0 0.80 0.61 0.23 346.15 0.66 0.46
Hex C4 28 4C 0 50 3D 17 15A 42 2E
Octal 304 50 114 0 120 75 27 532 102 56
Binary 11000100 101000 1001100 0 1010000 111101 10111 101011010 1000010 101110

Color Harmonies of #C4284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4284C

Black with #C4284C

Text Example


Text Example

White with #C4284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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