Html Css Color HEX #C23C6B Royal Heath

📋 copy color: '#C23C6B'

red 194 ◦ green 60 ◦ blue 107

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

Shades of Royal Heath #C23C6B

Tints of Royal Heath #C23C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.62%

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 53.74%
G = 16.62%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C23C6B (or 0xC23C6B) is known color: Royal Heath. HEX triplet: C2, 3C and 6B. RGB value is (194,60,107). Sum of RGB (Red+Green+Blue) = 194+60+107=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C6B is #3DC394. Grayscale: #696969. Windows color (decimal): -4047765 or 7027906. OLE color: 7027906.

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

Color convert

RGB 194 60 107 -
CMYK 0 0.69 0.45 0.24
HSL 338.96º 0.53% 0.5% -
HSV(B) 338.96º 0.69% 0.76% -
XYZ 26.52 15.76 15.55 -
YUV 105.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 194 60 107 0 0.69 0.45 0.24 338.96 0.53 0.5
Hex C2 3C 6B 0 45 2D 18 153 35 32
Octal 302 74 153 0 105 55 30 523 65 62
Binary 11000010 111100 1101011 0 1000101 101101 11000 101010011 110101 110010

Color Harmonies of #C23C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C6B

Black with #C23C6B

Text Example


Text Example

White with #C23C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C6B; }

 p { color: rgb(194,60,107); }

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

background-color css

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

 a { background-color: rgb(194,60,107); }

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

border-color css

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

 span { border-color: rgb(194,60,107); }

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