Html Css Color HEX #C0064A Cardinal

📋 copy color: '#C0064A'

red 192 ◦ green 6 ◦ blue 74

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

Shades of Cardinal #C0064A

Tints of Cardinal #C0064A

RGB

 RED value IS 192 (75.39% from 255) = 70.59%

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

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

R = 70.59%
G = 2.21%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0064A (or 0xC0064A) is known color: Cardinal. HEX triplet: C0, 06 and 4A. RGB value is (192,6,74). Sum of RGB (Red+Green+Blue) = 192+6+74=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0064A is #3FF9B5. Grayscale: #454545. Windows color (decimal): -4192694 or 4851392. OLE color: 4851392.

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

Color convert

RGB 192 6 74 -
CMYK 0 0.97 0.61 0.25
HSL 338.06º 0.94% 0.39% -
HSV(B) 338.06º 0.97% 0.75% -
XYZ 23.04 11.83 7.55 -
YUV 69.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 192 6 74 0 0.97 0.61 0.25 338.06 0.94 0.39
Hex C0 6 4A 0 61 3D 19 152 5E 27
Octal 300 6 112 0 141 75 31 522 136 47
Binary 11000000 110 1001010 0 1100001 111101 11001 101010010 1011110 100111

Color Harmonies of #C0064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0064A

Black with #C0064A

Text Example


Text Example

White with #C0064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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