Html Css Color HEX #C33C4F Old Rose

📋 copy color: '#C33C4F'

red 195 ◦ green 60 ◦ blue 79

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

Shades of Old Rose #C33C4F

Tints of Old Rose #C33C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 58.38%
G = 17.96%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C33C4F (or 0xC33C4F) is known color: Old Rose. HEX triplet: C3, 3C and 4F. RGB value is (195,60,79). Sum of RGB (Red+Green+Blue) = 195+60+79=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C4F is #3CC3B0. Grayscale: #666666. Windows color (decimal): -3982257 or 5192899. OLE color: 5192899.

HSL color Cylindrical-coordinate representation of color #C33C4F: hue angle of 351.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C4F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 79 -
CMYK 0 0.69 0.59 0.24
HSL 351.56º 0.53% 0.5% -
HSV(B) 351.56º 0.69% 0.76% -
XYZ 25.53 15.4 9.02 -
YUV 102.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 195 60 79 0 0.69 0.59 0.24 351.56 0.53 0.5
Hex C3 3C 4F 0 45 3B 18 160 35 32
Octal 303 74 117 0 105 73 30 540 65 62
Binary 11000011 111100 1001111 0 1000101 111011 11000 101100000 110101 110010

Color Harmonies of #C33C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C4F

Black with #C33C4F

Text Example


Text Example

White with #C33C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C4F; }

 p { color: rgb(195,60,79); }

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

background-color css

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

 a { background-color: rgb(195,60,79); }

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

border-color css

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

 span { border-color: rgb(195,60,79); }

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