Html Css Color HEX #C33860 Old Rose

📋 copy color: '#C33860'

red 195 ◦ green 56 ◦ blue 96

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

Shades of Old Rose #C33860

Tints of Old Rose #C33860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 56.2%
G = 16.14%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33860 (or 0xC33860) is known color: Old Rose. HEX triplet: C3, 38 and 60. RGB value is (195,56,96). Sum of RGB (Red+Green+Blue) = 195+56+96=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33860 is #3CC79F. Grayscale: #666666. Windows color (decimal): -3983264 or 6305987. OLE color: 6305987.

HSL color Cylindrical-coordinate representation of color #C33860: hue angle of 342.73º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33860 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 96 -
CMYK 0 0.71 0.51 0.24
HSL 342.73º 0.55% 0.49% -
HSV(B) 342.73º 0.71% 0.76% -
XYZ 26.03 15.27 12.64 -
YUV 102.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 195 56 96 0 0.71 0.51 0.24 342.73 0.55 0.49
Hex C3 38 60 0 47 33 18 157 37 31
Octal 303 70 140 0 107 63 30 527 67 61
Binary 11000011 111000 1100000 0 1000111 110011 11000 101010111 110111 110001

Color Harmonies of #C33860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33860

Black with #C33860

Text Example


Text Example

White with #C33860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33860; }

 p { color: rgb(195,56,96); }

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

background-color css

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

 a { background-color: rgb(195,56,96); }

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

border-color css

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

 span { border-color: rgb(195,56,96); }

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