Html Css Color HEX #C32654 Old Rose

📋 copy color: '#C32654'

red 195 ◦ green 38 ◦ blue 84

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

Shades of Old Rose #C32654

Tints of Old Rose #C32654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 61.51%
G = 11.99%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C32654 (or 0xC32654) is known color: Old Rose. HEX triplet: C3, 26 and 54. RGB value is (195,38,84). Sum of RGB (Red+Green+Blue) = 195+38+84=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C32654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32654 is #3CD9AB. Grayscale: #5A5A5A. Windows color (decimal): -3987884 or 5514947. OLE color: 5514947.

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

Color convert

RGB 195 38 84 -
CMYK 0 0.81 0.57 0.24
HSL 342.42º 0.67% 0.46% -
HSV(B) 342.42º 0.81% 0.76% -
XYZ 24.8 13.63 9.71 -
YUV 90.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 195 38 84 0 0.81 0.57 0.24 342.42 0.67 0.46
Hex C3 26 54 0 51 39 18 156 43 2E
Octal 303 46 124 0 121 71 30 526 103 56
Binary 11000011 100110 1010100 0 1010001 111001 11000 101010110 1000011 101110

Color Harmonies of #C32654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32654

Black with #C32654

Text Example


Text Example

White with #C32654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32654; }

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

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

background-color css

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

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

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

border-color css

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

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

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