Html Css Color HEX #C23968 Royal Heath

📋 copy color: '#C23968'

red 194 ◦ green 57 ◦ blue 104

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

Shades of Royal Heath #C23968

Tints of Royal Heath #C23968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 54.65%
G = 16.06%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C23968 (or 0xC23968) is known color: Royal Heath. HEX triplet: C2, 39 and 68. RGB value is (194,57,104). Sum of RGB (Red+Green+Blue) = 194+57+104=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C23968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23968 is #3DC697. Grayscale: #676767. Windows color (decimal): -4048536 or 6830530. OLE color: 6830530.

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

Color convert

RGB 194 57 104 -
CMYK 0 0.71 0.46 0.24
HSL 339.42º 0.55% 0.49% -
HSV(B) 339.42º 0.71% 0.76% -
XYZ 26.21 15.4 14.69 -
YUV 103.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 194 57 104 0 0.71 0.46 0.24 339.42 0.55 0.49
Hex C2 39 68 0 47 2E 18 153 37 31
Octal 302 71 150 0 107 56 30 523 67 61
Binary 11000010 111001 1101000 0 1000111 101110 11000 101010011 110111 110001

Color Harmonies of #C23968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23968

Black with #C23968

Text Example


Text Example

White with #C23968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23968; }

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

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

background-color css

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

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

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

border-color css

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

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

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