Html Css Color HEX #C4084C Cardinal

📋 copy color: '#C4084C'

red 196 ◦ green 8 ◦ blue 76

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

Shades of Cardinal #C4084C

Tints of Cardinal #C4084C

RGB

 RED value IS 196 (76.95% from 255) = 70%

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

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

R = 70%
G = 2.86%
B = 27.14%

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

#C4084C (or 0xC4084C) is known color: Cardinal. HEX triplet: C4, 08 and 4C. RGB value is (196,8,76). Sum of RGB (Red+Green+Blue) = 196+8+76=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4084C is #3BF7B3. Grayscale: #474747. Windows color (decimal): -3930036 or 4982980. OLE color: 4982980.

HSL color Cylindrical-coordinate representation of color #C4084C: hue angle of 338.3º 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 #C4084C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 76 -
CMYK 0 0.96 0.61 0.23
HSL 338.3º 0.92% 0.4% -
HSV(B) 338.3º 0.96% 0.77% -
XYZ 24.16 12.43 7.96 -
YUV 71.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 196 8 76 0 0.96 0.61 0.23 338.3 0.92 0.4
Hex C4 8 4C 0 60 3D 17 152 5C 28
Octal 304 10 114 0 140 75 27 522 134 50
Binary 11000100 1000 1001100 0 1100000 111101 10111 101010010 1011100 101000

Color Harmonies of #C4084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4084C

Black with #C4084C

Text Example


Text Example

White with #C4084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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