Html Css Color HEX #C43C66 Royal Heath

📋 copy color: '#C43C66'

red 196 ◦ green 60 ◦ blue 102

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

Shades of Royal Heath #C43C66

Tints of Royal Heath #C43C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 54.75%
G = 16.76%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C43C66 (or 0xC43C66) is known color: Royal Heath. HEX triplet: C4, 3C and 66. RGB value is (196,60,102). Sum of RGB (Red+Green+Blue) = 196+60+102=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C66 is #3BC399. Grayscale: #696969. Windows color (decimal): -3916698 or 6700228. OLE color: 6700228.

HSL color Cylindrical-coordinate representation of color #C43C66: hue angle of 341.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C66 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 102 -
CMYK 0 0.69 0.48 0.23
HSL 341.47º 0.54% 0.5% -
HSV(B) 341.47º 0.69% 0.77% -
XYZ 26.78 15.93 14.23 -
YUV 105.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 196 60 102 0 0.69 0.48 0.23 341.47 0.54 0.5
Hex C4 3C 66 0 45 30 17 155 36 32
Octal 304 74 146 0 105 60 27 525 66 62
Binary 11000100 111100 1100110 0 1000101 110000 10111 101010101 110110 110010

Color Harmonies of #C43C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C66

Black with #C43C66

Text Example


Text Example

White with #C43C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C66; }

 p { color: rgb(196,60,102); }

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

background-color css

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

 a { background-color: rgb(196,60,102); }

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

border-color css

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

 span { border-color: rgb(196,60,102); }

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