Html Css Color HEX #C43F68 Royal Heath

📋 copy color: '#C43F68'

red 196 ◦ green 63 ◦ blue 104

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

Shades of Royal Heath #C43F68

Tints of Royal Heath #C43F68

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 53.99%
G = 17.36%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C43F68 (or 0xC43F68) is known color: Royal Heath. HEX triplet: C4, 3F and 68. RGB value is (196,63,104). Sum of RGB (Red+Green+Blue) = 196+63+104=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F68 is #3BC097. Grayscale: #6B6B6B. Windows color (decimal): -3915928 or 6832068. OLE color: 6832068.

HSL color Cylindrical-coordinate representation of color #C43F68: hue angle of 341.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F68 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 104 -
CMYK 0 0.68 0.47 0.23
HSL 341.5º 0.53% 0.51% -
HSV(B) 341.5º 0.68% 0.77% -
XYZ 27.04 16.29 14.82 -
YUV 107.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 196 63 104 0 0.68 0.47 0.23 341.5 0.53 0.51
Hex C4 3F 68 0 44 2F 17 156 35 33
Octal 304 77 150 0 104 57 27 526 65 63
Binary 11000100 111111 1101000 0 1000100 101111 10111 101010110 110101 110011

Color Harmonies of #C43F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F68

Black with #C43F68

Text Example


Text Example

White with #C43F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F68; }

 p { color: rgb(196,63,104); }

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

background-color css

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

 a { background-color: rgb(196,63,104); }

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

border-color css

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

 span { border-color: rgb(196,63,104); }

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