Html Css Color HEX #C4567B Royal Heath

📋 copy color: '#C4567B'

red 196 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #C4567B

Tints of Royal Heath #C4567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 48.4%
G = 21.23%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4567B (or 0xC4567B) is known color: Royal Heath. HEX triplet: C4, 56 and 7B. RGB value is (196,86,123). Sum of RGB (Red+Green+Blue) = 196+86+123=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4567B is #3BA984. Grayscale: #7B7B7B. Windows color (decimal): -3910021 or 8083140. OLE color: 8083140.

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

Color convert

RGB 196 86 123 -
CMYK 0 0.56 0.37 0.23
HSL 339.82º 0.48% 0.55% -
HSV(B) 339.82º 0.56% 0.77% -
XYZ 29.67 19.82 21 -
YUV 123.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 196 86 123 0 0.56 0.37 0.23 339.82 0.48 0.55
Hex C4 56 7B 0 38 25 17 154 30 37
Octal 304 126 173 0 70 45 27 524 60 67
Binary 11000100 1010110 1111011 0 111000 100101 10111 101010100 110000 110111

Color Harmonies of #C4567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4567B

Black with #C4567B

Text Example


Text Example

White with #C4567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4567B; }

 p { color: rgb(196,86,123); }

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

background-color css

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

 a { background-color: rgb(196,86,123); }

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

border-color css

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

 span { border-color: rgb(196,86,123); }

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