Html Css Color HEX #C32862 Old Rose

📋 copy color: '#C32862'

red 195 ◦ green 40 ◦ blue 98

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

Shades of Old Rose #C32862

Tints of Old Rose #C32862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 58.56%
G = 12.01%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32862 (or 0xC32862) is known color: Old Rose. HEX triplet: C3, 28 and 62. RGB value is (195,40,98). Sum of RGB (Red+Green+Blue) = 195+40+98=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C32862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32862 is #3CD79D. Grayscale: #5C5C5C. Windows color (decimal): -3987358 or 6432963. OLE color: 6432963.

HSL color Cylindrical-coordinate representation of color #C32862: hue angle of 337.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32862 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 98 -
CMYK 0 0.79 0.50 0.24
HSL 337.55º 0.66% 0.46% -
HSV(B) 337.55º 0.79% 0.76% -
XYZ 25.47 14 12.92 -
YUV 92.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 195 40 98 0 0.79 0.50 0.24 337.55 0.66 0.46
Hex C3 28 62 0 4F 32 18 152 42 2E
Octal 303 50 142 0 117 62 30 522 102 56
Binary 11000011 101000 1100010 0 1001111 110010 11000 101010010 1000010 101110

Color Harmonies of #C32862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32862

Black with #C32862

Text Example


Text Example

White with #C32862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32862; }

 p { color: rgb(195,40,98); }

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

background-color css

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

 a { background-color: rgb(195,40,98); }

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

border-color css

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

 span { border-color: rgb(195,40,98); }

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