Html Css Color HEX #C2064C Cardinal

📋 copy color: '#C2064C'

red 194 ◦ green 6 ◦ blue 76

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

Shades of Cardinal #C2064C

Tints of Cardinal #C2064C

RGB

 RED value IS 194 (76.17% from 255) = 70.29%

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

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

R = 70.29%
G = 2.17%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2064C (or 0xC2064C) is known color: Cardinal. HEX triplet: C2, 06 and 4C. RGB value is (194,6,76). Sum of RGB (Red+Green+Blue) = 194+6+76=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2064C is #3DF9B3. Grayscale: #464646. Windows color (decimal): -4061620 or 4982466. OLE color: 4982466.

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

Color convert

RGB 194 6 76 -
CMYK 0 0.97 0.61 0.24
HSL 337.66º 0.94% 0.39% -
HSV(B) 337.66º 0.97% 0.76% -
XYZ 23.62 12.12 7.93 -
YUV 70.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 194 6 76 0 0.97 0.61 0.24 337.66 0.94 0.39
Hex C2 6 4C 0 61 3D 18 152 5E 27
Octal 302 6 114 0 141 75 30 522 136 47
Binary 11000010 110 1001100 0 1100001 111101 11000 101010010 1011110 100111

Color Harmonies of #C2064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2064C

Black with #C2064C

Text Example


Text Example

White with #C2064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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