Html Css Color HEX #C32657 Old Rose

📋 copy color: '#C32657'

red 195 ◦ green 38 ◦ blue 87

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

Shades of Old Rose #C32657

Tints of Old Rose #C32657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.19%

R = 60.94%
G = 11.88%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C32657 (or 0xC32657) is known color: Old Rose. HEX triplet: C3, 26 and 57. RGB value is (195,38,87). Sum of RGB (Red+Green+Blue) = 195+38+87=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C32657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32657 is #3CD9A8. Grayscale: #5A5A5A. Windows color (decimal): -3987881 or 5711555. OLE color: 5711555.

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

Color convert

RGB 195 38 87 -
CMYK 0 0.81 0.55 0.24
HSL 341.27º 0.67% 0.46% -
HSV(B) 341.27º 0.81% 0.76% -
XYZ 24.92 13.68 10.34 -
YUV 90.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 195 38 87 0 0.81 0.55 0.24 341.27 0.67 0.46
Hex C3 26 57 0 51 37 18 155 43 2E
Octal 303 46 127 0 121 67 30 525 103 56
Binary 11000011 100110 1010111 0 1010001 110111 11000 101010101 1000011 101110

Color Harmonies of #C32657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32657

Black with #C32657

Text Example


Text Example

White with #C32657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32657; }

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

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

background-color css

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

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

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

border-color css

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

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

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