Html Css Color HEX #C32B57 Old Rose

📋 copy color: '#C32B57'

red 195 ◦ green 43 ◦ blue 87

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

Shades of Old Rose #C32B57

Tints of Old Rose #C32B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.23%

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

R = 60%
G = 13.23%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C32B57 (or 0xC32B57) is known color: Old Rose. HEX triplet: C3, 2B and 57. RGB value is (195,43,87). Sum of RGB (Red+Green+Blue) = 195+43+87=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B57 is #3CD4A8. Grayscale: #5D5D5D. Windows color (decimal): -3986601 or 5712835. OLE color: 5712835.

HSL color Cylindrical-coordinate representation of color #C32B57: hue angle of 342.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B57 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 43 87 -
CMYK 0 0.78 0.55 0.24
HSL 342.63º 0.64% 0.47% -
HSV(B) 342.63º 0.78% 0.76% -
XYZ 25.09 14.02 10.4 -
YUV 93.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 195 43 87 0 0.78 0.55 0.24 342.63 0.64 0.47
Hex C3 2B 57 0 4E 37 18 157 40 2F
Octal 303 53 127 0 116 67 30 527 100 57
Binary 11000011 101011 1010111 0 1001110 110111 11000 101010111 1000000 101111

Color Harmonies of #C32B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B57

Black with #C32B57

Text Example


Text Example

White with #C32B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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