Html Css Color HEX #C32E61 Old Rose

📋 copy color: '#C32E61'

red 195 ◦ green 46 ◦ blue 97

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

Shades of Old Rose #C32E61

Tints of Old Rose #C32E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 57.69%
G = 13.61%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32E61 (or 0xC32E61) is known color: Old Rose. HEX triplet: C3, 2E and 61. RGB value is (195,46,97). Sum of RGB (Red+Green+Blue) = 195+46+97=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E61 is #3CD19E. Grayscale: #606060. Windows color (decimal): -3985823 or 6368963. OLE color: 6368963.

HSL color Cylindrical-coordinate representation of color #C32E61: hue angle of 339.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E61 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 97 -
CMYK 0 0.76 0.50 0.24
HSL 339.46º 0.62% 0.47% -
HSV(B) 339.46º 0.76% 0.76% -
XYZ 25.64 14.42 12.74 -
YUV 96.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 195 46 97 0 0.76 0.50 0.24 339.46 0.62 0.47
Hex C3 2E 61 0 4C 32 18 153 3E 2F
Octal 303 56 141 0 114 62 30 523 76 57
Binary 11000011 101110 1100001 0 1001100 110010 11000 101010011 111110 101111

Color Harmonies of #C32E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E61

Black with #C32E61

Text Example


Text Example

White with #C32E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E61; }

 p { color: rgb(195,46,97); }

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

background-color css

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

 a { background-color: rgb(195,46,97); }

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

border-color css

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

 span { border-color: rgb(195,46,97); }

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