Html Css Color HEX #C32651 Old Rose

📋 copy color: '#C32651'

red 195 ◦ green 38 ◦ blue 81

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

Shades of Old Rose #C32651

Tints of Old Rose #C32651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 81 (32.03% from 255) = 25.8%

R = 62.1%
G = 12.1%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C32651 (or 0xC32651) is known color: Old Rose. HEX triplet: C3, 26 and 51. RGB value is (195,38,81). Sum of RGB (Red+Green+Blue) = 195+38+81=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C32651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32651 is #3CD9AE. Grayscale: #595959. Windows color (decimal): -3987887 or 5318339. OLE color: 5318339.

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

Color convert

RGB 195 38 81 -
CMYK 0 0.81 0.58 0.24
HSL 343.57º 0.67% 0.46% -
HSV(B) 343.57º 0.81% 0.76% -
XYZ 24.68 13.58 9.11 -
YUV 89.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 195 38 81 0 0.81 0.58 0.24 343.57 0.67 0.46
Hex C3 26 51 0 51 3A 18 158 43 2E
Octal 303 46 121 0 121 72 30 530 103 56
Binary 11000011 100110 1010001 0 1010001 111010 11000 101011000 1000011 101110

Color Harmonies of #C32651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32651

Black with #C32651

Text Example


Text Example

White with #C32651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32651; }

 p { color: rgb(195,38,81); }

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

background-color css

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

 a { background-color: rgb(195,38,81); }

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

border-color css

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

 span { border-color: rgb(195,38,81); }

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