Html Css Color HEX #C32764 Old Rose

📋 copy color: '#C32764'

red 195 ◦ green 39 ◦ blue 100

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

Shades of Old Rose #C32764

Tints of Old Rose #C32764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 58.38%
G = 11.68%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C32764 (or 0xC32764) is known color: Old Rose. HEX triplet: C3, 27 and 64. RGB value is (195,39,100). Sum of RGB (Red+Green+Blue) = 195+39+100=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C32764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32764 is #3CD89B. Grayscale: #5C5C5C. Windows color (decimal): -3987612 or 6563779. OLE color: 6563779.

HSL color Cylindrical-coordinate representation of color #C32764: hue angle of 336.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32764 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 100 -
CMYK 0 0.80 0.49 0.24
HSL 336.54º 0.67% 0.46% -
HSV(B) 336.54º 0.8% 0.76% -
XYZ 25.53 13.97 13.41 -
YUV 92.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 195 39 100 0 0.80 0.49 0.24 336.54 0.67 0.46
Hex C3 27 64 0 50 31 18 151 43 2E
Octal 303 47 144 0 120 61 30 521 103 56
Binary 11000011 100111 1100100 0 1010000 110001 11000 101010001 1000011 101110

Color Harmonies of #C32764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32764

Black with #C32764

Text Example


Text Example

White with #C32764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32764; }

 p { color: rgb(195,39,100); }

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

background-color css

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

 a { background-color: rgb(195,39,100); }

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

border-color css

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

 span { border-color: rgb(195,39,100); }

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