Html Css Color HEX #C4304C Old Rose

📋 copy color: '#C4304C'

red 196 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #C4304C

Tints of Old Rose #C4304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 61.25%
G = 15%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4304C (or 0xC4304C) is known color: Old Rose. HEX triplet: C4, 30 and 4C. RGB value is (196,48,76). Sum of RGB (Red+Green+Blue) = 196+48+76=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4304C is #3BCFB3. Grayscale: #5F5F5F. Windows color (decimal): -3919796 or 4993220. OLE color: 4993220.

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

Color convert

RGB 196 48 76 -
CMYK 0 0.76 0.61 0.23
HSL 348.65º 0.61% 0.48% -
HSV(B) 348.65º 0.76% 0.77% -
XYZ 25.13 14.37 8.29 -
YUV 95.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 196 48 76 0 0.76 0.61 0.23 348.65 0.61 0.48
Hex C4 30 4C 0 4C 3D 17 15D 3D 30
Octal 304 60 114 0 114 75 27 535 75 60
Binary 11000100 110000 1001100 0 1001100 111101 10111 101011101 111101 110000

Color Harmonies of #C4304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4304C

Black with #C4304C

Text Example


Text Example

White with #C4304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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