Html Css Color HEX #C32652 Old Rose

📋 copy color: '#C32652'

red 195 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #C32652

Tints of Old Rose #C32652

RGB

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

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

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

R = 61.9%
G = 12.06%
B = 26.03%

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

#C32652 (or 0xC32652) is known color: Old Rose. HEX triplet: C3, 26 and 52. RGB value is (195,38,82). Sum of RGB (Red+Green+Blue) = 195+38+82=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C32652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32652 is #3CD9AD. Grayscale: #595959. Windows color (decimal): -3987886 or 5383875. OLE color: 5383875.

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

Color convert

RGB 195 38 82 -
CMYK 0 0.81 0.58 0.24
HSL 343.18º 0.67% 0.46% -
HSV(B) 343.18º 0.81% 0.76% -
XYZ 24.72 13.6 9.3 -
YUV 89.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 195 38 82 0 0.81 0.58 0.24 343.18 0.67 0.46
Hex C3 26 52 0 51 3A 18 157 43 2E
Octal 303 46 122 0 121 72 30 527 103 56
Binary 11000011 100110 1010010 0 1010001 111010 11000 101010111 1000011 101110

Color Harmonies of #C32652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32652

Black with #C32652

Text Example


Text Example

White with #C32652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32652; }

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

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

background-color css

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

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

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

border-color css

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

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

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