Html Css Color HEX #C32263 Old Rose

📋 copy color: '#C32263'

red 195 ◦ green 34 ◦ blue 99

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

Shades of Old Rose #C32263

Tints of Old Rose #C32263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 59.45%
G = 10.37%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C32263 (or 0xC32263) is known color: Old Rose. HEX triplet: C3, 22 and 63. RGB value is (195,34,99). Sum of RGB (Red+Green+Blue) = 195+34+99=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C32263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32263 is #3CDD9C. Grayscale: #595959. Windows color (decimal): -3988893 or 6496963. OLE color: 6496963.

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

Color convert

RGB 195 34 99 -
CMYK 0 0.83 0.49 0.24
HSL 335.78º 0.7% 0.45% -
HSV(B) 335.78º 0.83% 0.76% -
XYZ 25.33 13.65 13.1 -
YUV 89.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 195 34 99 0 0.83 0.49 0.24 335.78 0.7 0.45
Hex C3 22 63 0 53 31 18 150 46 2D
Octal 303 42 143 0 123 61 30 520 106 55
Binary 11000011 100010 1100011 0 1010011 110001 11000 101010000 1000110 101101

Color Harmonies of #C32263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32263

Black with #C32263

Text Example


Text Example

White with #C32263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32263; }

 p { color: rgb(195,34,99); }

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

background-color css

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

 a { background-color: rgb(195,34,99); }

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

border-color css

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

 span { border-color: rgb(195,34,99); }

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