Html Css Color HEX #C4064C Cardinal

📋 copy color: '#C4064C'

red 196 ◦ green 6 ◦ blue 76

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

Shades of Cardinal #C4064C

Tints of Cardinal #C4064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 70.5%
G = 2.16%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4064C (or 0xC4064C) is known color: Cardinal. HEX triplet: C4, 06 and 4C. RGB value is (196,6,76). Sum of RGB (Red+Green+Blue) = 196+6+76=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4064C is #3BF9B3. Grayscale: #464646. Windows color (decimal): -3930548 or 4982468. OLE color: 4982468.

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

Color convert

RGB 196 6 76 -
CMYK 0 0.97 0.61 0.23
HSL 337.89º 0.94% 0.4% -
HSV(B) 337.89º 0.97% 0.77% -
XYZ 24.13 12.39 7.96 -
YUV 70.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 196 6 76 0 0.97 0.61 0.23 337.89 0.94 0.4
Hex C4 6 4C 0 61 3D 17 152 5E 28
Octal 304 6 114 0 141 75 27 522 136 50
Binary 11000100 110 1001100 0 1100001 111101 10111 101010010 1011110 101000

Color Harmonies of #C4064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4064C

Black with #C4064C

Text Example


Text Example

White with #C4064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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