Html Css Color HEX #C4386C Royal Heath

📋 copy color: '#C4386C'

red 196 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #C4386C

Tints of Royal Heath #C4386C

RGB

 RED value IS 196 (76.95% from 255) = 54.44%

 GREEN value IS 56 (22.27% from 255) = 15.56%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 54.44%
G = 15.56%
B = 30%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4386C (or 0xC4386C) is known color: Royal Heath. HEX triplet: C4, 38 and 6C. RGB value is (196,56,108). Sum of RGB (Red+Green+Blue) = 196+56+108=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4386C is #3BC793. Grayscale: #676767. Windows color (decimal): -3917716 or 7092420. OLE color: 7092420.

HSL color Cylindrical-coordinate representation of color #C4386C: hue angle of 337.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4386C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 108 -
CMYK 0 0.71 0.45 0.23
HSL 337.71º 0.56% 0.49% -
HSV(B) 337.71º 0.71% 0.77% -
XYZ 26.89 15.65 15.79 -
YUV 103.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 196 56 108 0 0.71 0.45 0.23 337.71 0.56 0.49
Hex C4 38 6C 0 47 2D 17 152 38 31
Octal 304 70 154 0 107 55 27 522 70 61
Binary 11000100 111000 1101100 0 1000111 101101 10111 101010010 111000 110001

Color Harmonies of #C4386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4386C

Black with #C4386C

Text Example


Text Example

White with #C4386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4386C; }

 p { color: rgb(196,56,108); }

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

background-color css

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

 a { background-color: rgb(196,56,108); }

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

border-color css

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

 span { border-color: rgb(196,56,108); }

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