Html Css Color HEX #C32055 Old Rose

📋 copy color: '#C32055'

red 195 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C32055

Tints of Old Rose #C32055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 62.5%
G = 10.26%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C32055 (or 0xC32055) is known color: Old Rose. HEX triplet: C3, 20 and 55. RGB value is (195,32,85). Sum of RGB (Red+Green+Blue) = 195+32+85=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C32055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32055 is #3CDFAA. Grayscale: #565656. Windows color (decimal): -3989419 or 5578947. OLE color: 5578947.

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

Color convert

RGB 195 32 85 -
CMYK 0 0.84 0.56 0.24
HSL 340.49º 0.72% 0.45% -
HSV(B) 340.49º 0.84% 0.76% -
XYZ 24.66 13.29 9.86 -
YUV 86.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 195 32 85 0 0.84 0.56 0.24 340.49 0.72 0.45
Hex C3 20 55 0 54 38 18 154 48 2D
Octal 303 40 125 0 124 70 30 524 110 55
Binary 11000011 100000 1010101 0 1010100 111000 11000 101010100 1001000 101101

Color Harmonies of #C32055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32055

Black with #C32055

Text Example


Text Example

White with #C32055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32055; }

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

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

background-color css

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

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

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

border-color css

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

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

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