Html Css Color HEX #C13F68 Royal Heath

📋 copy color: '#C13F68'

red 193 ◦ green 63 ◦ blue 104

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

Shades of Royal Heath #C13F68

Tints of Royal Heath #C13F68

RGB

 RED value IS 193 (75.78% from 255) = 53.61%

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

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

R = 53.61%
G = 17.5%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C13F68 (or 0xC13F68) is known color: Royal Heath. HEX triplet: C1, 3F and 68. RGB value is (193,63,104). Sum of RGB (Red+Green+Blue) = 193+63+104=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F68 is #3EC097. Grayscale: #6A6A6A. Windows color (decimal): -4112536 or 6832065. OLE color: 6832065.

HSL color Cylindrical-coordinate representation of color #C13F68: hue angle of 341.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F68 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 104 -
CMYK 0 0.67 0.46 0.24
HSL 341.08º 0.51% 0.5% -
HSV(B) 341.08º 0.67% 0.76% -
XYZ 26.27 15.89 14.78 -
YUV 106.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 193 63 104 0 0.67 0.46 0.24 341.08 0.51 0.5
Hex C1 3F 68 0 43 2E 18 155 33 32
Octal 301 77 150 0 103 56 30 525 63 62
Binary 11000001 111111 1101000 0 1000011 101110 11000 101010101 110011 110010

Color Harmonies of #C13F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F68

Black with #C13F68

Text Example


Text Example

White with #C13F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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