Html Css Color HEX #C2396A Royal Heath

📋 copy color: '#C2396A'

red 194 ◦ green 57 ◦ blue 106

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

Shades of Royal Heath #C2396A

Tints of Royal Heath #C2396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

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

R = 54.34%
G = 15.97%
B = 29.69%

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

#C2396A (or 0xC2396A) is known color: Royal Heath. HEX triplet: C2, 39 and 6A. RGB value is (194,57,106). Sum of RGB (Red+Green+Blue) = 194+57+106=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2396A is #3DC695. Grayscale: #676767. Windows color (decimal): -4048534 or 6961602. OLE color: 6961602.

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

Color convert

RGB 194 57 106 -
CMYK 0 0.71 0.45 0.24
HSL 338.54º 0.55% 0.49% -
HSV(B) 338.54º 0.71% 0.76% -
XYZ 26.31 15.44 15.23 -
YUV 103.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 194 57 106 0 0.71 0.45 0.24 338.54 0.55 0.49
Hex C2 39 6A 0 47 2D 18 153 37 31
Octal 302 71 152 0 107 55 30 523 67 61
Binary 11000010 111001 1101010 0 1000111 101101 11000 101010011 110111 110001

Color Harmonies of #C2396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2396A

Black with #C2396A

Text Example


Text Example

White with #C2396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2396A; }

 p { color: rgb(194,57,106); }

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

background-color css

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

 a { background-color: rgb(194,57,106); }

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

border-color css

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

 span { border-color: rgb(194,57,106); }

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