Html Css Color HEX #C33755 Old Rose

📋 copy color: '#C33755'

red 195 ◦ green 55 ◦ blue 85

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

Shades of Old Rose #C33755

Tints of Old Rose #C33755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 58.21%
G = 16.42%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C33755 (or 0xC33755) is known color: Old Rose. HEX triplet: C3, 37 and 55. RGB value is (195,55,85). Sum of RGB (Red+Green+Blue) = 195+55+85=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33755 is #3CC8AA. Grayscale: #646464. Windows color (decimal): -3983531 or 5584835. OLE color: 5584835.

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

Color convert

RGB 195 55 85 -
CMYK 0 0.72 0.56 0.24
HSL 347.14º 0.56% 0.49% -
HSV(B) 347.14º 0.72% 0.76% -
XYZ 25.51 14.99 10.14 -
YUV 100.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 195 55 85 0 0.72 0.56 0.24 347.14 0.56 0.49
Hex C3 37 55 0 48 38 18 15B 38 31
Octal 303 67 125 0 110 70 30 533 70 61
Binary 11000011 110111 1010101 0 1001000 111000 11000 101011011 111000 110001

Color Harmonies of #C33755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33755

Black with #C33755

Text Example


Text Example

White with #C33755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33755; }

 p { color: rgb(195,55,85); }

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

background-color css

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

 a { background-color: rgb(195,55,85); }

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

border-color css

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

 span { border-color: rgb(195,55,85); }

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