Html Css Color HEX #C33757 Old Rose

📋 copy color: '#C33757'

red 195 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #C33757

Tints of Old Rose #C33757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.82%

R = 57.86%
G = 16.32%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C33757 (or 0xC33757) is known color: Old Rose. HEX triplet: C3, 37 and 57. RGB value is (195,55,87). Sum of RGB (Red+Green+Blue) = 195+55+87=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C33757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33757 is #3CC8A8. Grayscale: #646464. Windows color (decimal): -3983529 or 5715907. OLE color: 5715907.

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

Color convert

RGB 195 55 87 -
CMYK 0 0.72 0.55 0.24
HSL 346.29º 0.56% 0.49% -
HSV(B) 346.29º 0.72% 0.76% -
XYZ 25.59 15.02 10.57 -
YUV 100.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 195 55 87 0 0.72 0.55 0.24 346.29 0.56 0.49
Hex C3 37 57 0 48 37 18 15A 38 31
Octal 303 67 127 0 110 67 30 532 70 61
Binary 11000011 110111 1010111 0 1001000 110111 11000 101011010 111000 110001

Color Harmonies of #C33757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33757

Black with #C33757

Text Example


Text Example

White with #C33757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33757; }

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

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

background-color css

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

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

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

border-color css

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

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

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