Html Css Color HEX #C32662 Old Rose

📋 copy color: '#C32662'

red 195 ◦ green 38 ◦ blue 98

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

Shades of Old Rose #C32662

Tints of Old Rose #C32662

RGB

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

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

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

R = 58.91%
G = 11.48%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32662 (or 0xC32662) is known color: Old Rose. HEX triplet: C3, 26 and 62. RGB value is (195,38,98). Sum of RGB (Red+Green+Blue) = 195+38+98=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C32662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32662 is #3CD99D. Grayscale: #5B5B5B. Windows color (decimal): -3987870 or 6432451. OLE color: 6432451.

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

Color convert

RGB 195 38 98 -
CMYK 0 0.81 0.50 0.24
HSL 337.07º 0.67% 0.46% -
HSV(B) 337.07º 0.81% 0.76% -
XYZ 25.4 13.87 12.89 -
YUV 91.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 195 38 98 0 0.81 0.50 0.24 337.07 0.67 0.46
Hex C3 26 62 0 51 32 18 151 43 2E
Octal 303 46 142 0 121 62 30 521 103 56
Binary 11000011 100110 1100010 0 1010001 110010 11000 101010001 1000011 101110

Color Harmonies of #C32662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32662

Black with #C32662

Text Example


Text Example

White with #C32662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32662; }

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

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

background-color css

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

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

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

border-color css

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

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

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