Html Css Color HEX #C32650 Old Rose

📋 copy color: '#C32650'

red 195 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #C32650

Tints of Old Rose #C32650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 62.3%
G = 12.14%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C32650 (or 0xC32650) is known color: Old Rose. HEX triplet: C3, 26 and 50. RGB value is (195,38,80). Sum of RGB (Red+Green+Blue) = 195+38+80=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C32650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32650 is #3CD9AF. Grayscale: #595959. Windows color (decimal): -3987888 or 5252803. OLE color: 5252803.

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

Color convert

RGB 195 38 80 -
CMYK 0 0.81 0.59 0.24
HSL 343.95º 0.67% 0.46% -
HSV(B) 343.95º 0.81% 0.76% -
XYZ 24.65 13.57 8.91 -
YUV 89.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 195 38 80 0 0.81 0.59 0.24 343.95 0.67 0.46
Hex C3 26 50 0 51 3B 18 158 43 2E
Octal 303 46 120 0 121 73 30 530 103 56
Binary 11000011 100110 1010000 0 1010001 111011 11000 101011000 1000011 101110

Color Harmonies of #C32650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32650

Black with #C32650

Text Example


Text Example

White with #C32650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32650; }

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

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

background-color css

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

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

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

border-color css

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

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

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