Html Css Color HEX #C32960 Old Rose

📋 copy color: '#C32960'

red 195 ◦ green 41 ◦ blue 96

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

Shades of Old Rose #C32960

Tints of Old Rose #C32960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 58.73%
G = 12.35%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C32960 (or 0xC32960) is known color: Old Rose. HEX triplet: C3, 29 and 60. RGB value is (195,41,96). Sum of RGB (Red+Green+Blue) = 195+41+96=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C32960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32960 is #3CD69F. Grayscale: #5D5D5D. Windows color (decimal): -3987104 or 6302147. OLE color: 6302147.

HSL color Cylindrical-coordinate representation of color #C32960: hue angle of 338.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32960 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 96 -
CMYK 0 0.79 0.51 0.24
HSL 338.57º 0.65% 0.46% -
HSV(B) 338.57º 0.79% 0.76% -
XYZ 25.41 14.03 12.44 -
YUV 93.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 195 41 96 0 0.79 0.51 0.24 338.57 0.65 0.46
Hex C3 29 60 0 4F 33 18 153 41 2E
Octal 303 51 140 0 117 63 30 523 101 56
Binary 11000011 101001 1100000 0 1001111 110011 11000 101010011 1000001 101110

Color Harmonies of #C32960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32960

Black with #C32960

Text Example


Text Example

White with #C32960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32960; }

 p { color: rgb(195,41,96); }

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

background-color css

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

 a { background-color: rgb(195,41,96); }

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

border-color css

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

 span { border-color: rgb(195,41,96); }

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