Html Css Color HEX #C33859 Old Rose

📋 copy color: '#C33859'

red 195 ◦ green 56 ◦ blue 89

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

Shades of Old Rose #C33859

Tints of Old Rose #C33859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 57.35%
G = 16.47%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C33859 (or 0xC33859) is known color: Old Rose. HEX triplet: C3, 38 and 59. RGB value is (195,56,89). Sum of RGB (Red+Green+Blue) = 195+56+89=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C33859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33859 is #3CC7A6. Grayscale: #656565. Windows color (decimal): -3983271 or 5847235. OLE color: 5847235.

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

Color convert

RGB 195 56 89 -
CMYK 0 0.71 0.54 0.24
HSL 345.76º 0.55% 0.49% -
HSV(B) 345.76º 0.71% 0.76% -
XYZ 25.72 15.15 11.02 -
YUV 101.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 195 56 89 0 0.71 0.54 0.24 345.76 0.55 0.49
Hex C3 38 59 0 47 36 18 15A 37 31
Octal 303 70 131 0 107 66 30 532 67 61
Binary 11000011 111000 1011001 0 1000111 110110 11000 101011010 110111 110001

Color Harmonies of #C33859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33859

Black with #C33859

Text Example


Text Example

White with #C33859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33859; }

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

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

background-color css

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

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

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

border-color css

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

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

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