Html Css Color HEX #C32052 Old Rose

📋 copy color: '#C32052'

red 195 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #C32052

Tints of Old Rose #C32052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 63.11%
G = 10.36%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C32052 (or 0xC32052) is known color: Old Rose. HEX triplet: C3, 20 and 52. RGB value is (195,32,82). Sum of RGB (Red+Green+Blue) = 195+32+82=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C32052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32052 is #3CDFAD. Grayscale: #565656. Windows color (decimal): -3989422 or 5382339. OLE color: 5382339.

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

Color convert

RGB 195 32 82 -
CMYK 0 0.84 0.58 0.24
HSL 341.6º 0.72% 0.45% -
HSV(B) 341.6º 0.84% 0.76% -
XYZ 24.55 13.24 9.25 -
YUV 86.44 125.5 205.43 -
System Red Green Blue C M Y K H S L
Decimal 195 32 82 0 0.84 0.58 0.24 341.6 0.72 0.45
Hex C3 20 52 0 54 3A 18 156 48 2D
Octal 303 40 122 0 124 72 30 526 110 55
Binary 11000011 100000 1010010 0 1010100 111010 11000 101010110 1001000 101101

Color Harmonies of #C32052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32052

Black with #C32052

Text Example


Text Example

White with #C32052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32052; }

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

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

background-color css

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

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

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

border-color css

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

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

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