Html Css Color HEX #C23D72 Royal Heath

📋 copy color: '#C23D72'

red 194 ◦ green 61 ◦ blue 114

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

Shades of Royal Heath #C23D72

Tints of Royal Heath #C23D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.53%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 52.57%
G = 16.53%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C23D72 (or 0xC23D72) is known color: Royal Heath. HEX triplet: C2, 3D and 72. RGB value is (194,61,114). Sum of RGB (Red+Green+Blue) = 194+61+114=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D72 is #3DC28D. Grayscale: #6A6A6A. Windows color (decimal): -4047502 or 7486914. OLE color: 7486914.

HSL color Cylindrical-coordinate representation of color #C23D72: hue angle of 336.09º degrees, saturation: 0.52, 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 #C23D72 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 114 -
CMYK 0 0.69 0.41 0.24
HSL 336.09º 0.52% 0.5% -
HSV(B) 336.09º 0.69% 0.76% -
XYZ 26.95 16.02 17.59 -
YUV 106.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 194 61 114 0 0.69 0.41 0.24 336.09 0.52 0.5
Hex C2 3D 72 0 45 29 18 150 34 32
Octal 302 75 162 0 105 51 30 520 64 62
Binary 11000010 111101 1110010 0 1000101 101001 11000 101010000 110100 110010

Color Harmonies of #C23D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D72

Black with #C23D72

Text Example


Text Example

White with #C23D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D72; }

 p { color: rgb(194,61,114); }

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

background-color css

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

 a { background-color: rgb(194,61,114); }

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

border-color css

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

 span { border-color: rgb(194,61,114); }

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