Html Css Color HEX #C33A4C Old Rose

📋 copy color: '#C33A4C'

red 195 ◦ green 58 ◦ blue 76

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

Shades of Old Rose #C33A4C

Tints of Old Rose #C33A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 59.27%
G = 17.63%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C33A4C (or 0xC33A4C) is known color: Old Rose. HEX triplet: C3, 3A and 4C. RGB value is (195,58,76). Sum of RGB (Red+Green+Blue) = 195+58+76=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A4C is #3CC5B3. Grayscale: #656565. Windows color (decimal): -3982772 or 4995779. OLE color: 4995779.

HSL color Cylindrical-coordinate representation of color #C33A4C: hue angle of 352.12º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A4C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 76 -
CMYK 0 0.70 0.61 0.24
HSL 352.12º 0.54% 0.5% -
HSV(B) 352.12º 0.7% 0.76% -
XYZ 25.32 15.15 8.43 -
YUV 101.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 195 58 76 0 0.70 0.61 0.24 352.12 0.54 0.5
Hex C3 3A 4C 0 46 3D 18 160 36 32
Octal 303 72 114 0 106 75 30 540 66 62
Binary 11000011 111010 1001100 0 1000110 111101 11000 101100000 110110 110010

Color Harmonies of #C33A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A4C

Black with #C33A4C

Text Example


Text Example

White with #C33A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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