Html Css Color HEX #C33456 Old Rose

📋 copy color: '#C33456'

red 195 ◦ green 52 ◦ blue 86

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

Shades of Old Rose #C33456

Tints of Old Rose #C33456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 58.56%
G = 15.62%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C33456 (or 0xC33456) is known color: Old Rose. HEX triplet: C3, 34 and 56. RGB value is (195,52,86). Sum of RGB (Red+Green+Blue) = 195+52+86=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33456 is #3CCBA9. Grayscale: #626262. Windows color (decimal): -3984298 or 5649603. OLE color: 5649603.

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

Color convert

RGB 195 52 86 -
CMYK 0 0.73 0.56 0.24
HSL 345.73º 0.58% 0.48% -
HSV(B) 345.73º 0.73% 0.76% -
XYZ 25.41 14.73 10.31 -
YUV 98.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 195 52 86 0 0.73 0.56 0.24 345.73 0.58 0.48
Hex C3 34 56 0 49 38 18 15A 3A 30
Octal 303 64 126 0 111 70 30 532 72 60
Binary 11000011 110100 1010110 0 1001001 111000 11000 101011010 111010 110000

Color Harmonies of #C33456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33456

Black with #C33456

Text Example


Text Example

White with #C33456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33456; }

 p { color: rgb(195,52,86); }

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

background-color css

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

 a { background-color: rgb(195,52,86); }

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

border-color css

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

 span { border-color: rgb(195,52,86); }

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