Html Css Color HEX #C3376F Royal Heath

📋 copy color: '#C3376F'

red 195 ◦ green 55 ◦ blue 111

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

Shades of Royal Heath #C3376F

Tints of Royal Heath #C3376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 54.02%
G = 15.24%
B = 30.75%

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

#C3376F (or 0xC3376F) is known color: Royal Heath. HEX triplet: C3, 37 and 6F. RGB value is (195,55,111). Sum of RGB (Red+Green+Blue) = 195+55+111=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3376F is #3CC890. Grayscale: #676767. Windows color (decimal): -3983505 or 7288771. OLE color: 7288771.

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

Color convert

RGB 195 55 111 -
CMYK 0 0.72 0.43 0.24
HSL 336º 0.56% 0.49% -
HSV(B) 336º 0.72% 0.76% -
XYZ 26.74 15.48 16.62 -
YUV 103.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 195 55 111 0 0.72 0.43 0.24 336 0.56 0.49
Hex C3 37 6F 0 48 2B 18 150 38 31
Octal 303 67 157 0 110 53 30 520 70 61
Binary 11000011 110111 1101111 0 1001000 101011 11000 101010000 111000 110001

Color Harmonies of #C3376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3376F

Black with #C3376F

Text Example


Text Example

White with #C3376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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