#C23869

Color #C23869 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C23869

Tints of Royal Heath #C23869

Color information

#C23869 (or 0xC23869) is unknown color: approx Royal Heath. HEX triplet: C2, 38 and 69. RGB value is (194,56,105). Sum of RGB (Red+Green+Blue) = 194+56+105=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C23869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23869 is #3DC796. Grayscale: #666666. Windows color (decimal): -4048791 or 6895810. OLE color: 6895810.

HSL color Cylindrical-coordinate representation of color #C23869: hue angle of 338.7º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23869 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19456105-
CMYK00.710.460.24
HSL338.7º55.2%49.02%-
HSV(B)338.7º71.13%76.08%-
XYZ26.2115.3214.94-
YUV102.85129.22193.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=54.65%
G=15.77%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945610500.710.460.24338.755.249.02
HexC238690472E181533731
Octal30270151010756305236761
Binary1100001011100011010010100011110111011000101010011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23869; }

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

 H1.HeaderClassName
 {
   color: #C23869;
 }
 .AnyTagClassName
 {
   color: #C23869;
 }
</style>
background-color css

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

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

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

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

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

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