Html Css Color HEX #C3326D Royal Heath

📋 copy color: '#C3326D'

red 195 ◦ green 50 ◦ blue 109

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

Shades of Royal Heath #C3326D

Tints of Royal Heath #C3326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 55.08%
G = 14.12%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3326D (or 0xC3326D) is known color: Royal Heath. HEX triplet: C3, 32 and 6D. RGB value is (195,50,109). Sum of RGB (Red+Green+Blue) = 195+50+109=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3326D is #3CCD92. Grayscale: #636363. Windows color (decimal): -3984787 or 7156419. OLE color: 7156419.

HSL color Cylindrical-coordinate representation of color #C3326D: hue angle of 335.59º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3326D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 109 -
CMYK 0 0.74 0.44 0.24
HSL 335.59º 0.59% 0.48% -
HSV(B) 335.59º 0.74% 0.76% -
XYZ 26.41 14.99 15.97 -
YUV 100.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 195 50 109 0 0.74 0.44 0.24 335.59 0.59 0.48
Hex C3 32 6D 0 4A 2C 18 150 3B 30
Octal 303 62 155 0 112 54 30 520 73 60
Binary 11000011 110010 1101101 0 1001010 101100 11000 101010000 111011 110000

Color Harmonies of #C3326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3326D

Black with #C3326D

Text Example


Text Example

White with #C3326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3326D; }

 p { color: rgb(195,50,109); }

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

background-color css

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

 a { background-color: rgb(195,50,109); }

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

border-color css

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

 span { border-color: rgb(195,50,109); }

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