Html Css Color HEX #C3346F Royal Heath

📋 copy color: '#C3346F'

red 195 ◦ green 52 ◦ blue 111

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

Shades of Royal Heath #C3346F

Tints of Royal Heath #C3346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 54.47%
G = 14.53%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3346F (or 0xC3346F) is known color: Royal Heath. HEX triplet: C3, 34 and 6F. RGB value is (195,52,111). Sum of RGB (Red+Green+Blue) = 195+52+111=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3346F is #3CCB90. Grayscale: #656565. Windows color (decimal): -3984273 or 7288003. OLE color: 7288003.

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

Color convert

RGB 195 52 111 -
CMYK 0 0.73 0.43 0.24
HSL 335.24º 0.58% 0.48% -
HSV(B) 335.24º 0.73% 0.76% -
XYZ 26.6 15.21 16.57 -
YUV 101.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 195 52 111 0 0.73 0.43 0.24 335.24 0.58 0.48
Hex C3 34 6F 0 49 2B 18 14F 3A 30
Octal 303 64 157 0 111 53 30 517 72 60
Binary 11000011 110100 1101111 0 1001001 101011 11000 101001111 111010 110000

Color Harmonies of #C3346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3346F

Black with #C3346F

Text Example


Text Example

White with #C3346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3346F; }

 p { color: rgb(195,52,111); }

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

background-color css

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

 a { background-color: rgb(195,52,111); }

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

border-color css

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

 span { border-color: rgb(195,52,111); }

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