Html Css Color HEX #C32053 Old Rose

📋 copy color: '#C32053'

red 195 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #C32053

Tints of Old Rose #C32053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 62.9%
G = 10.32%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C32053 (or 0xC32053) is known color: Old Rose. HEX triplet: C3, 20 and 53. RGB value is (195,32,83). Sum of RGB (Red+Green+Blue) = 195+32+83=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C32053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32053 is #3CDFAC. Grayscale: #565656. Windows color (decimal): -3989421 or 5447875. OLE color: 5447875.

HSL color Cylindrical-coordinate representation of color #C32053: hue angle of 341.23º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32053 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 83 -
CMYK 0 0.84 0.57 0.24
HSL 341.23º 0.72% 0.45% -
HSV(B) 341.23º 0.84% 0.76% -
XYZ 24.58 13.26 9.45 -
YUV 86.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 195 32 83 0 0.84 0.57 0.24 341.23 0.72 0.45
Hex C3 20 53 0 54 39 18 155 48 2D
Octal 303 40 123 0 124 71 30 525 110 55
Binary 11000011 100000 1010011 0 1010100 111001 11000 101010101 1001000 101101

Color Harmonies of #C32053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32053

Black with #C32053

Text Example


Text Example

White with #C32053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32053; }

 p { color: rgb(195,32,83); }

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

background-color css

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

 a { background-color: rgb(195,32,83); }

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

border-color css

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

 span { border-color: rgb(195,32,83); }

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