Html Css Color HEX #C32062 Old Rose

📋 copy color: '#C32062'

red 195 ◦ green 32 ◦ blue 98

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

Shades of Old Rose #C32062

Tints of Old Rose #C32062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 60%
G = 9.85%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32062 (or 0xC32062) is known color: Old Rose. HEX triplet: C3, 20 and 62. RGB value is (195,32,98). Sum of RGB (Red+Green+Blue) = 195+32+98=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C32062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32062 is #3CDF9D. Grayscale: #585858. Windows color (decimal): -3989406 or 6430915. OLE color: 6430915.

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

Color convert

RGB 195 32 98 -
CMYK 0 0.84 0.50 0.24
HSL 335.71º 0.72% 0.45% -
HSV(B) 335.71º 0.84% 0.76% -
XYZ 25.23 13.52 12.83 -
YUV 88.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 195 32 98 0 0.84 0.50 0.24 335.71 0.72 0.45
Hex C3 20 62 0 54 32 18 150 48 2D
Octal 303 40 142 0 124 62 30 520 110 55
Binary 11000011 100000 1100010 0 1010100 110010 11000 101010000 1001000 101101

Color Harmonies of #C32062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32062

Black with #C32062

Text Example


Text Example

White with #C32062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32062; }

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

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

background-color css

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

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

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

border-color css

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

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

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