#C0174C

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

Shades of Cardinal #C0174C

Tints of Cardinal #C0174C

Color information

#C0174C (or 0xC0174C) is unknown color: approx Cardinal. HEX triplet: C0, 17 and 4C. RGB value is (192,23,76). Sum of RGB (Red+Green+Blue) = 192+23+76=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0174C is #3FE8B3. Grayscale: #4F4F4F. Windows color (decimal): -4188340 or 4986816. OLE color: 4986816.

HSL color Cylindrical-coordinate representation of color #C0174C: hue angle of 341.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0174C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1922376-
CMYK00.880.600.25
HSL341.18º78.6%42.16%-
HSV(B)341.18º88.02%75.29%-
XYZ23.3512.347.99-
YUV79.57125.99208.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.98%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=65.98%
G=7.90%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192237600.880.600.25341.1878.642.16
HexC0174C0583C191554f2a
Octal300271140130743152511752
Binary1100000010111100110001011000111100110011010101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0174C; }

 p { color: rgb(192,23,76); }

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

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

 a { background-color: rgb(192,23,76); }

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

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

 span { border-color: rgb(192,23,76); }

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