Html Css Color HEX #C82045 Cardinal

📋 copy color: '#C82045'

red 200 ◦ green 32 ◦ blue 69

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

Shades of Cardinal #C82045

Tints of Cardinal #C82045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 66.45%
G = 10.63%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82045 (or 0xC82045) is known color: Cardinal. HEX triplet: C8, 20 and 45. RGB value is (200,32,69). Sum of RGB (Red+Green+Blue) = 200+32+69=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C82045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82045 is #37DFBA. Grayscale: #565656. Windows color (decimal): -3661755 or 4530376. OLE color: 4530376.

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

Color convert

RGB 200 32 69 -
CMYK 0 0.84 0.66 0.22
HSL 346.79º 0.72% 0.45% -
HSV(B) 346.79º 0.84% 0.78% -
XYZ 25.41 13.74 6.94 -
YUV 86.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 200 32 69 0 0.84 0.66 0.22 346.79 0.72 0.45
Hex C8 20 45 0 54 42 16 15B 48 2D
Octal 310 40 105 0 124 102 26 533 110 55
Binary 11001000 100000 1000101 0 1010100 1000010 10110 101011011 1001000 101101

Color Harmonies of #C82045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82045

Black with #C82045

Text Example


Text Example

White with #C82045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82045; }

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

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

background-color css

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

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

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

border-color css

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

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

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