Html Css Color HEX #C82046 Cardinal

📋 copy color: '#C82046'

red 200 ◦ green 32 ◦ blue 70

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

Shades of Cardinal #C82046

Tints of Cardinal #C82046

RGB

 RED value IS 200 (78.52% from 255) = 66.23%

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 66.23%
G = 10.6%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C82046 (or 0xC82046) is known color: Cardinal. HEX triplet: C8, 20 and 46. RGB value is (200,32,70). Sum of RGB (Red+Green+Blue) = 200+32+70=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C82046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82046 is #37DFB9. Grayscale: #565656. Windows color (decimal): -3661754 or 4595912. OLE color: 4595912.

HSL color Cylindrical-coordinate representation of color #C82046: hue angle of 346.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82046 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 70 -
CMYK 0 0.84 0.65 0.22
HSL 346.43º 0.72% 0.45% -
HSV(B) 346.43º 0.84% 0.78% -
XYZ 25.44 13.75 7.11 -
YUV 86.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 200 32 70 0 0.84 0.65 0.22 346.43 0.72 0.45
Hex C8 20 46 0 54 41 16 15A 48 2D
Octal 310 40 106 0 124 101 26 532 110 55
Binary 11001000 100000 1000110 0 1010100 1000001 10110 101011010 1001000 101101

Color Harmonies of #C82046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82046

Black with #C82046

Text Example


Text Example

White with #C82046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82046; }

 p { color: rgb(200,32,70); }

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

background-color css

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

 a { background-color: rgb(200,32,70); }

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

border-color css

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

 span { border-color: rgb(200,32,70); }

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