Html Css Color HEX #C43B6C Royal Heath

📋 copy color: '#C43B6C'

red 196 ◦ green 59 ◦ blue 108

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

Shades of Royal Heath #C43B6C

Tints of Royal Heath #C43B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 53.99%
G = 16.25%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C43B6C (or 0xC43B6C) is known color: Royal Heath. HEX triplet: C4, 3B and 6C. RGB value is (196,59,108). Sum of RGB (Red+Green+Blue) = 196+59+108=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B6C is #3BC493. Grayscale: #696969. Windows color (decimal): -3916948 or 7093188. OLE color: 7093188.

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

Color convert

RGB 196 59 108 -
CMYK 0 0.70 0.45 0.23
HSL 338.54º 0.54% 0.5% -
HSV(B) 338.54º 0.7% 0.77% -
XYZ 27.04 15.95 15.84 -
YUV 105.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 196 59 108 0 0.70 0.45 0.23 338.54 0.54 0.5
Hex C4 3B 6C 0 46 2D 17 153 36 32
Octal 304 73 154 0 106 55 27 523 66 62
Binary 11000100 111011 1101100 0 1000110 101101 10111 101010011 110110 110010

Color Harmonies of #C43B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B6C

Black with #C43B6C

Text Example


Text Example

White with #C43B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B6C; }

 p { color: rgb(196,59,108); }

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

background-color css

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

 a { background-color: rgb(196,59,108); }

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

border-color css

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

 span { border-color: rgb(196,59,108); }

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