Html Css Color HEX #C33A4D Old Rose

📋 copy color: '#C33A4D'

red 195 ◦ green 58 ◦ blue 77

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

Shades of Old Rose #C33A4D

Tints of Old Rose #C33A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 59.09%
G = 17.58%
B = 23.33%

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

#C33A4D (or 0xC33A4D) is known color: Old Rose. HEX triplet: C3, 3A and 4D. RGB value is (195,58,77). Sum of RGB (Red+Green+Blue) = 195+58+77=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A4D is #3CC5B2. Grayscale: #656565. Windows color (decimal): -3982771 or 5061315. OLE color: 5061315.

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

Color convert

RGB 195 58 77 -
CMYK 0 0.70 0.61 0.24
HSL 351.68º 0.54% 0.5% -
HSV(B) 351.68º 0.7% 0.76% -
XYZ 25.36 15.16 8.61 -
YUV 101.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 195 58 77 0 0.70 0.61 0.24 351.68 0.54 0.5
Hex C3 3A 4D 0 46 3D 18 160 36 32
Octal 303 72 115 0 106 75 30 540 66 62
Binary 11000011 111010 1001101 0 1000110 111101 11000 101100000 110110 110010

Color Harmonies of #C33A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A4D

Black with #C33A4D

Text Example


Text Example

White with #C33A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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