Html Css Color HEX #C4356E Royal Heath

📋 copy color: '#C4356E'

red 196 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #C4356E

Tints of Royal Heath #C4356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 54.6%
G = 14.76%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4356E (or 0xC4356E) is known color: Royal Heath. HEX triplet: C4, 35 and 6E. RGB value is (196,53,110). Sum of RGB (Red+Green+Blue) = 196+53+110=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4356E is #3BCA91. Grayscale: #666666. Windows color (decimal): -3918482 or 7222724. OLE color: 7222724.

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

Color convert

RGB 196 53 110 -
CMYK 0 0.73 0.44 0.23
HSL 336.08º 0.57% 0.49% -
HSV(B) 336.08º 0.73% 0.77% -
XYZ 26.85 15.41 16.31 -
YUV 102.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 196 53 110 0 0.73 0.44 0.23 336.08 0.57 0.49
Hex C4 35 6E 0 49 2C 17 150 39 31
Octal 304 65 156 0 111 54 27 520 71 61
Binary 11000100 110101 1101110 0 1001001 101100 10111 101010000 111001 110001

Color Harmonies of #C4356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4356E

Black with #C4356E

Text Example


Text Example

White with #C4356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4356E; }

 p { color: rgb(196,53,110); }

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

background-color css

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

 a { background-color: rgb(196,53,110); }

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

border-color css

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

 span { border-color: rgb(196,53,110); }

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