Html Css Color HEX #C23F69 Royal Heath

📋 copy color: '#C23F69'

red 194 ◦ green 63 ◦ blue 105

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

Shades of Royal Heath #C23F69

Tints of Royal Heath #C23F69

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 53.59%
G = 17.4%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C23F69 (or 0xC23F69) is known color: Royal Heath. HEX triplet: C2, 3F and 69. RGB value is (194,63,105). Sum of RGB (Red+Green+Blue) = 194+63+105=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F69 is #3DC096. Grayscale: #6A6A6A. Windows color (decimal): -4046999 or 6897602. OLE color: 6897602.

HSL color Cylindrical-coordinate representation of color #C23F69: hue angle of 340.76º 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 #C23F69 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 63 105 -
CMYK 0 0.68 0.46 0.24
HSL 340.76º 0.52% 0.5% -
HSV(B) 340.76º 0.68% 0.76% -
XYZ 26.58 16.04 15.06 -
YUV 106.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 194 63 105 0 0.68 0.46 0.24 340.76 0.52 0.5
Hex C2 3F 69 0 44 2E 18 155 34 32
Octal 302 77 151 0 104 56 30 525 64 62
Binary 11000010 111111 1101001 0 1000100 101110 11000 101010101 110100 110010

Color Harmonies of #C23F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F69

Black with #C23F69

Text Example


Text Example

White with #C23F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F69; }

 p { color: rgb(194,63,105); }

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

background-color css

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

 a { background-color: rgb(194,63,105); }

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

border-color css

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

 span { border-color: rgb(194,63,105); }

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