Html Css Color HEX #C2064A Cardinal

📋 copy color: '#C2064A'

red 194 ◦ green 6 ◦ blue 74

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

Shades of Cardinal #C2064A

Tints of Cardinal #C2064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 70.8%
G = 2.19%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2064A (or 0xC2064A) is known color: Cardinal. HEX triplet: C2, 06 and 4A. RGB value is (194,6,74). Sum of RGB (Red+Green+Blue) = 194+6+74=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2064A is #3DF9B5. Grayscale: #454545. Windows color (decimal): -4061622 or 4851394. OLE color: 4851394.

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

Color convert

RGB 194 6 74 -
CMYK 0 0.97 0.62 0.24
HSL 338.3º 0.94% 0.39% -
HSV(B) 338.3º 0.97% 0.76% -
XYZ 23.55 12.09 7.57 -
YUV 69.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 194 6 74 0 0.97 0.62 0.24 338.3 0.94 0.39
Hex C2 6 4A 0 61 3E 18 152 5E 27
Octal 302 6 112 0 141 76 30 522 136 47
Binary 11000010 110 1001010 0 1100001 111110 11000 101010010 1011110 100111

Color Harmonies of #C2064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2064A

Black with #C2064A

Text Example


Text Example

White with #C2064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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