Html Css Color HEX #C23768 Royal Heath

📋 copy color: '#C23768'

red 194 ◦ green 55 ◦ blue 104

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

Shades of Royal Heath #C23768

Tints of Royal Heath #C23768

RGB

 RED value IS 194 (76.17% from 255) = 54.96%

 GREEN value IS 55 (21.88% from 255) = 15.58%

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

R = 54.96%
G = 15.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C23768 (or 0xC23768) is known color: Royal Heath. HEX triplet: C2, 37 and 68. RGB value is (194,55,104). Sum of RGB (Red+Green+Blue) = 194+55+104=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C23768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23768 is #3DC897. Grayscale: #666666. Windows color (decimal): -4049048 or 6830018. OLE color: 6830018.

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

Color convert

RGB 194 55 104 -
CMYK 0 0.72 0.46 0.24
HSL 338.85º 0.56% 0.49% -
HSV(B) 338.85º 0.72% 0.76% -
XYZ 26.11 15.2 14.65 -
YUV 102.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 194 55 104 0 0.72 0.46 0.24 338.85 0.56 0.49
Hex C2 37 68 0 48 2E 18 153 38 31
Octal 302 67 150 0 110 56 30 523 70 61
Binary 11000010 110111 1101000 0 1001000 101110 11000 101010011 111000 110001

Color Harmonies of #C23768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23768

Black with #C23768

Text Example


Text Example

White with #C23768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23768; }

 p { color: rgb(194,55,104); }

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

background-color css

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

 a { background-color: rgb(194,55,104); }

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

border-color css

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

 span { border-color: rgb(194,55,104); }

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