Html Css Color HEX #C23B6C Royal Heath

📋 copy color: '#C23B6C'

red 194 ◦ green 59 ◦ blue 108

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

Shades of Royal Heath #C23B6C

Tints of Royal Heath #C23B6C

RGB

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

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

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

R = 53.74%
G = 16.34%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C23B6C (or 0xC23B6C) is known color: Royal Heath. HEX triplet: C2, 3B and 6C. RGB value is (194,59,108). Sum of RGB (Red+Green+Blue) = 194+59+108=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B6C is #3DC493. Grayscale: #686868. Windows color (decimal): -4048020 or 7093186. OLE color: 7093186.

HSL color Cylindrical-coordinate representation of color #C23B6C: hue angle of 338.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B6C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 59 108 -
CMYK 0 0.70 0.44 0.24
HSL 338.22º 0.53% 0.5% -
HSV(B) 338.22º 0.7% 0.76% -
XYZ 26.52 15.68 15.82 -
YUV 104.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 194 59 108 0 0.70 0.44 0.24 338.22 0.53 0.5
Hex C2 3B 6C 0 46 2C 18 152 35 32
Octal 302 73 154 0 106 54 30 522 65 62
Binary 11000010 111011 1101100 0 1000110 101100 11000 101010010 110101 110010

Color Harmonies of #C23B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B6C

Black with #C23B6C

Text Example


Text Example

White with #C23B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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