Html Css Color HEX #C3304C Old Rose

📋 copy color: '#C3304C'

red 195 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #C3304C

Tints of Old Rose #C3304C

RGB

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

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

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

R = 61.13%
G = 15.05%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3304C (or 0xC3304C) is known color: Old Rose. HEX triplet: C3, 30 and 4C. RGB value is (195,48,76). Sum of RGB (Red+Green+Blue) = 195+48+76=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3304C is #3CCFB3. Grayscale: #5F5F5F. Windows color (decimal): -3985332 or 4993219. OLE color: 4993219.

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

Color convert

RGB 195 48 76 -
CMYK 0 0.75 0.61 0.24
HSL 348.57º 0.6% 0.48% -
HSV(B) 348.57º 0.75% 0.76% -
XYZ 24.87 14.24 8.28 -
YUV 95.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 195 48 76 0 0.75 0.61 0.24 348.57 0.6 0.48
Hex C3 30 4C 0 4B 3D 18 15D 3C 30
Octal 303 60 114 0 113 75 30 535 74 60
Binary 11000011 110000 1001100 0 1001011 111101 11000 101011101 111100 110000

Color Harmonies of #C3304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3304C

Black with #C3304C

Text Example


Text Example

White with #C3304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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