Html Css Color HEX #C32B5C Old Rose

📋 copy color: '#C32B5C'

red 195 ◦ green 43 ◦ blue 92

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

Shades of Old Rose #C32B5C

Tints of Old Rose #C32B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 59.09%
G = 13.03%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C32B5C (or 0xC32B5C) is known color: Old Rose. HEX triplet: C3, 2B and 5C. RGB value is (195,43,92). Sum of RGB (Red+Green+Blue) = 195+43+92=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B5C is #3CD4A3. Grayscale: #5D5D5D. Windows color (decimal): -3986596 or 6040515. OLE color: 6040515.

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

Color convert

RGB 195 43 92 -
CMYK 0 0.78 0.53 0.24
HSL 340.66º 0.64% 0.47% -
HSV(B) 340.66º 0.78% 0.76% -
XYZ 25.3 14.1 11.51 -
YUV 94.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 195 43 92 0 0.78 0.53 0.24 340.66 0.64 0.47
Hex C3 2B 5C 0 4E 35 18 155 40 2F
Octal 303 53 134 0 116 65 30 525 100 57
Binary 11000011 101011 1011100 0 1001110 110101 11000 101010101 1000000 101111

Color Harmonies of #C32B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B5C

Black with #C32B5C

Text Example


Text Example

White with #C32B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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