Html Css Color HEX #C33758 Old Rose

📋 copy color: '#C33758'

red 195 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #C33758

Tints of Old Rose #C33758

RGB

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

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

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

R = 57.69%
G = 16.27%
B = 26.04%

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

#C33758 (or 0xC33758) is known color: Old Rose. HEX triplet: C3, 37 and 58. RGB value is (195,55,88). Sum of RGB (Red+Green+Blue) = 195+55+88=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C33758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33758 is #3CC8A7. Grayscale: #646464. Windows color (decimal): -3983528 or 5781443. OLE color: 5781443.

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

Color convert

RGB 195 55 88 -
CMYK 0 0.72 0.55 0.24
HSL 345.86º 0.56% 0.49% -
HSV(B) 345.86º 0.72% 0.76% -
XYZ 25.63 15.04 10.78 -
YUV 100.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 195 55 88 0 0.72 0.55 0.24 345.86 0.56 0.49
Hex C3 37 58 0 48 37 18 15A 38 31
Octal 303 67 130 0 110 67 30 532 70 61
Binary 11000011 110111 1011000 0 1001000 110111 11000 101011010 111000 110001

Color Harmonies of #C33758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33758

Black with #C33758

Text Example


Text Example

White with #C33758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33758; }

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

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

background-color css

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

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

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

border-color css

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

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

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