Html Css Color HEX #C2063D Cardinal

📋 copy color: '#C2063D'

red 194 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #C2063D

Tints of Cardinal #C2063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 74.33%
G = 2.3%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2063D (or 0xC2063D) is known color: Cardinal. HEX triplet: C2, 06 and 3D. RGB value is (194,6,61). Sum of RGB (Red+Green+Blue) = 194+6+61=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2063D is #3DF9C2. Grayscale: #444444. Windows color (decimal): -4061635 or 3999426. OLE color: 3999426.

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

Color convert

RGB 194 6 61 -
CMYK 0 0.97 0.69 0.24
HSL 342.45º 0.94% 0.39% -
HSV(B) 342.45º 0.97% 0.76% -
XYZ 23.16 11.94 5.5 -
YUV 68.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 194 6 61 0 0.97 0.69 0.24 342.45 0.94 0.39
Hex C2 6 3D 0 61 45 18 156 5E 27
Octal 302 6 75 0 141 105 30 526 136 47
Binary 11000010 110 111101 0 1100001 1000101 11000 101010110 1011110 100111

Color Harmonies of #C2063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2063D

Black with #C2063D

Text Example


Text Example

White with #C2063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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