Html Css Color HEX #C33B4C Old Rose

📋 copy color: '#C33B4C'

red 195 ◦ green 59 ◦ blue 76

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

Shades of Old Rose #C33B4C

Tints of Old Rose #C33B4C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

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

R = 59.09%
G = 17.88%
B = 23.03%

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

#C33B4C (or 0xC33B4C) is known color: Old Rose. HEX triplet: C3, 3B and 4C. RGB value is (195,59,76). Sum of RGB (Red+Green+Blue) = 195+59+76=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B4C is #3CC4B3. Grayscale: #656565. Windows color (decimal): -3982516 or 4996035. OLE color: 4996035.

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

Color convert

RGB 195 59 76 -
CMYK 0 0.70 0.61 0.24
HSL 352.5º 0.54% 0.5% -
HSV(B) 352.5º 0.7% 0.76% -
XYZ 25.37 15.25 8.44 -
YUV 101.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 195 59 76 0 0.70 0.61 0.24 352.5 0.54 0.5
Hex C3 3B 4C 0 46 3D 18 160 36 32
Octal 303 73 114 0 106 75 30 540 66 62
Binary 11000011 111011 1001100 0 1000110 111101 11000 101100000 110110 110010

Color Harmonies of #C33B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B4C

Black with #C33B4C

Text Example


Text Example

White with #C33B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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