Html Css Color HEX #C5084C Cardinal

📋 copy color: '#C5084C'

red 197 ◦ green 8 ◦ blue 76

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

Shades of Cardinal #C5084C

Tints of Cardinal #C5084C

RGB

 RED value IS 197 (77.34% from 255) = 70.11%

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 70.11%
G = 2.85%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5084C (or 0xC5084C) is known color: Cardinal. HEX triplet: C5, 08 and 4C. RGB value is (197,8,76). Sum of RGB (Red+Green+Blue) = 197+8+76=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5084C is #3AF7B3. Grayscale: #484848. Windows color (decimal): -3864500 or 4982981. OLE color: 4982981.

HSL color Cylindrical-coordinate representation of color #C5084C: hue angle of 338.41º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5084C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 76 -
CMYK 0 0.96 0.61 0.23
HSL 338.41º 0.92% 0.4% -
HSV(B) 338.41º 0.96% 0.77% -
XYZ 24.42 12.57 7.98 -
YUV 72.26 130.12 216.97 -
System Red Green Blue C M Y K H S L
Decimal 197 8 76 0 0.96 0.61 0.23 338.41 0.92 0.4
Hex C5 8 4C 0 60 3D 17 152 5C 28
Octal 305 10 114 0 140 75 27 522 134 50
Binary 11000101 1000 1001100 0 1100000 111101 10111 101010010 1011100 101000

Color Harmonies of #C5084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5084C

Black with #C5084C

Text Example


Text Example

White with #C5084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5084C; }

 p { color: rgb(197,8,76); }

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

background-color css

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

 a { background-color: rgb(197,8,76); }

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

border-color css

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

 span { border-color: rgb(197,8,76); }

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