Html Css Color HEX #C13B67 Royal Heath

📋 copy color: '#C13B67'

red 193 ◦ green 59 ◦ blue 103

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

Shades of Royal Heath #C13B67

Tints of Royal Heath #C13B67

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 54.37%
G = 16.62%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C13B67 (or 0xC13B67) is known color: Royal Heath. HEX triplet: C1, 3B and 67. RGB value is (193,59,103). Sum of RGB (Red+Green+Blue) = 193+59+103=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B67 is #3EC498. Grayscale: #686868. Windows color (decimal): -4113561 or 6765505. OLE color: 6765505.

HSL color Cylindrical-coordinate representation of color #C13B67: hue angle of 340.3º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B67 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 103 -
CMYK 0 0.69 0.47 0.24
HSL 340.3º 0.53% 0.49% -
HSV(B) 340.3º 0.69% 0.76% -
XYZ 26 15.44 14.44 -
YUV 104.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 193 59 103 0 0.69 0.47 0.24 340.3 0.53 0.49
Hex C1 3B 67 0 45 2F 18 154 35 31
Octal 301 73 147 0 105 57 30 524 65 61
Binary 11000001 111011 1100111 0 1000101 101111 11000 101010100 110101 110001

Color Harmonies of #C13B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B67

Black with #C13B67

Text Example


Text Example

White with #C13B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B67; }

 p { color: rgb(193,59,103); }

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

background-color css

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

 a { background-color: rgb(193,59,103); }

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

border-color css

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

 span { border-color: rgb(193,59,103); }

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