Html Css Color HEX #C33958 Old Rose

📋 copy color: '#C33958'

red 195 ◦ green 57 ◦ blue 88

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

Shades of Old Rose #C33958

Tints of Old Rose #C33958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 57.35%
G = 16.76%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C33958 (or 0xC33958) is known color: Old Rose. HEX triplet: C3, 39 and 58. RGB value is (195,57,88). Sum of RGB (Red+Green+Blue) = 195+57+88=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C33958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33958 is #3CC6A7. Grayscale: #656565. Windows color (decimal): -3983016 or 5781955. OLE color: 5781955.

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

Color convert

RGB 195 57 88 -
CMYK 0 0.71 0.55 0.24
HSL 346.52º 0.55% 0.49% -
HSV(B) 346.52º 0.71% 0.76% -
XYZ 25.73 15.23 10.82 -
YUV 101.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 195 57 88 0 0.71 0.55 0.24 346.52 0.55 0.49
Hex C3 39 58 0 47 37 18 15B 37 31
Octal 303 71 130 0 107 67 30 533 67 61
Binary 11000011 111001 1011000 0 1000111 110111 11000 101011011 110111 110001

Color Harmonies of #C33958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33958

Black with #C33958

Text Example


Text Example

White with #C33958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33958; }

 p { color: rgb(195,57,88); }

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

background-color css

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

 a { background-color: rgb(195,57,88); }

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

border-color css

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

 span { border-color: rgb(195,57,88); }

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