Html Css Color HEX #C20843 Cardinal

📋 copy color: '#C20843'

red 194 ◦ green 8 ◦ blue 67

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

Shades of Cardinal #C20843

Tints of Cardinal #C20843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 72.12%
G = 2.97%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20843 (or 0xC20843) is known color: Cardinal. HEX triplet: C2, 08 and 43. RGB value is (194,8,67). Sum of RGB (Red+Green+Blue) = 194+8+67=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C20843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20843 is #3DF7BC. Grayscale: #464646. Windows color (decimal): -4061117 or 4393154. OLE color: 4393154.

HSL color Cylindrical-coordinate representation of color #C20843: hue angle of 340.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20843 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 67 -
CMYK 0 0.96 0.65 0.24
HSL 340.97º 0.92% 0.4% -
HSV(B) 340.97º 0.96% 0.76% -
XYZ 23.35 12.05 6.41 -
YUV 70.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 194 8 67 0 0.96 0.65 0.24 340.97 0.92 0.4
Hex C2 8 43 0 60 41 18 155 5C 28
Octal 302 10 103 0 140 101 30 525 134 50
Binary 11000010 1000 1000011 0 1100000 1000001 11000 101010101 1011100 101000

Color Harmonies of #C20843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20843

Black with #C20843

Text Example


Text Example

White with #C20843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20843; }

 p { color: rgb(194,8,67); }

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

background-color css

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

 a { background-color: rgb(194,8,67); }

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

border-color css

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

 span { border-color: rgb(194,8,67); }

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