Html Css Color HEX #C32655 Old Rose

📋 copy color: '#C32655'

red 195 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #C32655

Tints of Old Rose #C32655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 61.32%
G = 11.95%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C32655 (or 0xC32655) is known color: Old Rose. HEX triplet: C3, 26 and 55. RGB value is (195,38,85). Sum of RGB (Red+Green+Blue) = 195+38+85=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C32655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32655 is #3CD9AA. Grayscale: #5A5A5A. Windows color (decimal): -3987883 or 5580483. OLE color: 5580483.

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

Color convert

RGB 195 38 85 -
CMYK 0 0.81 0.56 0.24
HSL 342.04º 0.67% 0.46% -
HSV(B) 342.04º 0.81% 0.76% -
XYZ 24.84 13.64 9.92 -
YUV 90.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 195 38 85 0 0.81 0.56 0.24 342.04 0.67 0.46
Hex C3 26 55 0 51 38 18 156 43 2E
Octal 303 46 125 0 121 70 30 526 103 56
Binary 11000011 100110 1010101 0 1010001 111000 11000 101010110 1000011 101110

Color Harmonies of #C32655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32655

Black with #C32655

Text Example


Text Example

White with #C32655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32655; }

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

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

background-color css

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

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

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

border-color css

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

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

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