Html Css Color HEX #C82047 Cardinal

📋 copy color: '#C82047'

red 200 ◦ green 32 ◦ blue 71

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

Shades of Cardinal #C82047

Tints of Cardinal #C82047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.43%

R = 66.01%
G = 10.56%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82047 (or 0xC82047) is known color: Cardinal. HEX triplet: C8, 20 and 47. RGB value is (200,32,71). Sum of RGB (Red+Green+Blue) = 200+32+71=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C82047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82047 is #37DFB8. Grayscale: #565656. Windows color (decimal): -3661753 or 4661448. OLE color: 4661448.

HSL color Cylindrical-coordinate representation of color #C82047: hue angle of 346.07º 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 #C82047 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 71 -
CMYK 0 0.84 0.64 0.22
HSL 346.07º 0.72% 0.45% -
HSV(B) 346.07º 0.84% 0.78% -
XYZ 25.47 13.77 7.28 -
YUV 86.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 200 32 71 0 0.84 0.64 0.22 346.07 0.72 0.45
Hex C8 20 47 0 54 40 16 15A 48 2D
Octal 310 40 107 0 124 100 26 532 110 55
Binary 11001000 100000 1000111 0 1010100 1000000 10110 101011010 1001000 101101

Color Harmonies of #C82047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82047

Black with #C82047

Text Example


Text Example

White with #C82047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82047; }

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

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

background-color css

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

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

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

border-color css

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

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

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