Html Css Color HEX #C3366F Royal Heath

📋 copy color: '#C3366F'

red 195 ◦ green 54 ◦ blue 111

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

Shades of Royal Heath #C3366F

Tints of Royal Heath #C3366F

RGB

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

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

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

R = 54.17%
G = 15%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3366F (or 0xC3366F) is known color: Royal Heath. HEX triplet: C3, 36 and 6F. RGB value is (195,54,111). Sum of RGB (Red+Green+Blue) = 195+54+111=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3366F is #3CC990. Grayscale: #666666. Windows color (decimal): -3983761 or 7288515. OLE color: 7288515.

HSL color Cylindrical-coordinate representation of color #C3366F: hue angle of 335.74º 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 #C3366F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 111 -
CMYK 0 0.72 0.43 0.24
HSL 335.74º 0.57% 0.49% -
HSV(B) 335.74º 0.72% 0.76% -
XYZ 26.69 15.39 16.6 -
YUV 102.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 195 54 111 0 0.72 0.43 0.24 335.74 0.57 0.49
Hex C3 36 6F 0 48 2B 18 150 39 31
Octal 303 66 157 0 110 53 30 520 71 61
Binary 11000011 110110 1101111 0 1001000 101011 11000 101010000 111001 110001

Color Harmonies of #C3366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3366F

Black with #C3366F

Text Example


Text Example

White with #C3366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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