Html Css Color HEX #C32356 Old Rose

📋 copy color: '#C32356'

red 195 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #C32356

Tints of Old Rose #C32356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 61.71%
G = 11.08%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C32356 (or 0xC32356) is known color: Old Rose. HEX triplet: C3, 23 and 56. RGB value is (195,35,86). Sum of RGB (Red+Green+Blue) = 195+35+86=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C32356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32356 is #3CDCA9. Grayscale: #585858. Windows color (decimal): -3988650 or 5645251. OLE color: 5645251.

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

Color convert

RGB 195 35 86 -
CMYK 0 0.82 0.56 0.24
HSL 340.88º 0.7% 0.45% -
HSV(B) 340.88º 0.82% 0.76% -
XYZ 24.79 13.48 10.1 -
YUV 88.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 195 35 86 0 0.82 0.56 0.24 340.88 0.7 0.45
Hex C3 23 56 0 52 38 18 155 46 2D
Octal 303 43 126 0 122 70 30 525 106 55
Binary 11000011 100011 1010110 0 1010010 111000 11000 101010101 1000110 101101

Color Harmonies of #C32356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32356

Black with #C32356

Text Example


Text Example

White with #C32356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32356; }

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

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

background-color css

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

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

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

border-color css

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

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

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