Html Css Color HEX #C2386B Royal Heath

📋 copy color: '#C2386B'

red 194 ◦ green 56 ◦ blue 107

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

Shades of Royal Heath #C2386B

Tints of Royal Heath #C2386B

RGB

 RED value IS 194 (76.17% from 255) = 54.34%

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

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 54.34%
G = 15.69%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2386B (or 0xC2386B) is known color: Royal Heath. HEX triplet: C2, 38 and 6B. RGB value is (194,56,107). Sum of RGB (Red+Green+Blue) = 194+56+107=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2386B is #3DC794. Grayscale: #676767. Windows color (decimal): -4048789 or 7026882. OLE color: 7026882.

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

Color convert

RGB 194 56 107 -
CMYK 0 0.71 0.45 0.24
HSL 337.83º 0.55% 0.49% -
HSV(B) 337.83º 0.71% 0.76% -
XYZ 26.32 15.36 15.49 -
YUV 103.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 194 56 107 0 0.71 0.45 0.24 337.83 0.55 0.49
Hex C2 38 6B 0 47 2D 18 152 37 31
Octal 302 70 153 0 107 55 30 522 67 61
Binary 11000010 111000 1101011 0 1000111 101101 11000 101010010 110111 110001

Color Harmonies of #C2386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2386B

Black with #C2386B

Text Example


Text Example

White with #C2386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2386B; }

 p { color: rgb(194,56,107); }

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

background-color css

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

 a { background-color: rgb(194,56,107); }

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

border-color css

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

 span { border-color: rgb(194,56,107); }

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