Html Css Color HEX #C3376A Royal Heath

📋 copy color: '#C3376A'

red 195 ◦ green 55 ◦ blue 106

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

Shades of Royal Heath #C3376A

Tints of Royal Heath #C3376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 54.78%
G = 15.45%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3376A (or 0xC3376A) is known color: Royal Heath. HEX triplet: C3, 37 and 6A. RGB value is (195,55,106). Sum of RGB (Red+Green+Blue) = 195+55+106=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3376A is #3CC895. Grayscale: #666666. Windows color (decimal): -3983510 or 6961091. OLE color: 6961091.

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

Color convert

RGB 195 55 106 -
CMYK 0 0.72 0.46 0.24
HSL 338.14º 0.56% 0.49% -
HSV(B) 338.14º 0.72% 0.76% -
XYZ 26.47 15.38 15.21 -
YUV 102.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 195 55 106 0 0.72 0.46 0.24 338.14 0.56 0.49
Hex C3 37 6A 0 48 2E 18 152 38 31
Octal 303 67 152 0 110 56 30 522 70 61
Binary 11000011 110111 1101010 0 1001000 101110 11000 101010010 111000 110001

Color Harmonies of #C3376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3376A

Black with #C3376A

Text Example


Text Example

White with #C3376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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