Html Css Color HEX #C33756 Old Rose

📋 copy color: '#C33756'

red 195 ◦ green 55 ◦ blue 86

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

Shades of Old Rose #C33756

Tints of Old Rose #C33756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 58.04%
G = 16.37%
B = 25.6%

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

#C33756 (or 0xC33756) is known color: Old Rose. HEX triplet: C3, 37 and 56. RGB value is (195,55,86). Sum of RGB (Red+Green+Blue) = 195+55+86=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C33756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33756 is #3CC8A9. Grayscale: #646464. Windows color (decimal): -3983530 or 5650371. OLE color: 5650371.

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

Color convert

RGB 195 55 86 -
CMYK 0 0.72 0.56 0.24
HSL 346.71º 0.56% 0.49% -
HSV(B) 346.71º 0.72% 0.76% -
XYZ 25.55 15.01 10.35 -
YUV 100.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 195 55 86 0 0.72 0.56 0.24 346.71 0.56 0.49
Hex C3 37 56 0 48 38 18 15B 38 31
Octal 303 67 126 0 110 70 30 533 70 61
Binary 11000011 110111 1010110 0 1001000 111000 11000 101011011 111000 110001

Color Harmonies of #C33756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33756

Black with #C33756

Text Example


Text Example

White with #C33756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33756; }

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

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

background-color css

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

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

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

border-color css

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

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

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