Html Css Color HEX #C3356D Royal Heath

📋 copy color: '#C3356D'

red 195 ◦ green 53 ◦ blue 109

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

Shades of Royal Heath #C3356D

Tints of Royal Heath #C3356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

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

R = 54.62%
G = 14.85%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3356D (or 0xC3356D) is known color: Royal Heath. HEX triplet: C3, 35 and 6D. RGB value is (195,53,109). Sum of RGB (Red+Green+Blue) = 195+53+109=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3356D is #3CCA92. Grayscale: #656565. Windows color (decimal): -3984019 or 7157187. OLE color: 7157187.

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

Color convert

RGB 195 53 109 -
CMYK 0 0.73 0.44 0.24
HSL 336.34º 0.57% 0.49% -
HSV(B) 336.34º 0.73% 0.76% -
XYZ 26.54 15.25 16.01 -
YUV 101.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 195 53 109 0 0.73 0.44 0.24 336.34 0.57 0.49
Hex C3 35 6D 0 49 2C 18 150 39 31
Octal 303 65 155 0 111 54 30 520 71 61
Binary 11000011 110101 1101101 0 1001001 101100 11000 101010000 111001 110001

Color Harmonies of #C3356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3356D

Black with #C3356D

Text Example


Text Example

White with #C3356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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