Html Css Color HEX #C3366D Royal Heath

📋 copy color: '#C3366D'

red 195 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #C3366D

Tints of Royal Heath #C3366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

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

R = 54.47%
G = 15.08%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3366D (or 0xC3366D) is known color: Royal Heath. HEX triplet: C3, 36 and 6D. RGB value is (195,54,109). Sum of RGB (Red+Green+Blue) = 195+54+109=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3366D is #3CC992. Grayscale: #666666. Windows color (decimal): -3983763 or 7157443. OLE color: 7157443.

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

Color convert

RGB 195 54 109 -
CMYK 0 0.72 0.44 0.24
HSL 336.6º 0.57% 0.49% -
HSV(B) 336.6º 0.72% 0.76% -
XYZ 26.59 15.34 16.03 -
YUV 102.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 195 54 109 0 0.72 0.44 0.24 336.6 0.57 0.49
Hex C3 36 6D 0 48 2C 18 151 39 31
Octal 303 66 155 0 110 54 30 521 71 61
Binary 11000011 110110 1101101 0 1001000 101100 11000 101010001 111001 110001

Color Harmonies of #C3366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3366D

Black with #C3366D

Text Example


Text Example

White with #C3366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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