Html Css Color HEX #C23E6A Royal Heath

📋 copy color: '#C23E6A'

red 194 ◦ green 62 ◦ blue 106

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

Shades of Royal Heath #C23E6A

Tints of Royal Heath #C23E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 53.59%
G = 17.13%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C23E6A (or 0xC23E6A) is known color: Royal Heath. HEX triplet: C2, 3E and 6A. RGB value is (194,62,106). Sum of RGB (Red+Green+Blue) = 194+62+106=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E6A is #3DC195. Grayscale: #6A6A6A. Windows color (decimal): -4047254 or 6962882. OLE color: 6962882.

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

Color convert

RGB 194 62 106 -
CMYK 0 0.68 0.45 0.24
HSL 340º 0.52% 0.5% -
HSV(B) 340º 0.68% 0.76% -
XYZ 26.57 15.96 15.31 -
YUV 106.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 194 62 106 0 0.68 0.45 0.24 340 0.52 0.5
Hex C2 3E 6A 0 44 2D 18 154 34 32
Octal 302 76 152 0 104 55 30 524 64 62
Binary 11000010 111110 1101010 0 1000100 101101 11000 101010100 110100 110010

Color Harmonies of #C23E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E6A

Black with #C23E6A

Text Example


Text Example

White with #C23E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E6A; }

 p { color: rgb(194,62,106); }

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

background-color css

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

 a { background-color: rgb(194,62,106); }

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

border-color css

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

 span { border-color: rgb(194,62,106); }

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