Html Css Color HEX #C8164E Cardinal

📋 copy color: '#C8164E'

red 200 ◦ green 22 ◦ blue 78

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

Shades of Cardinal #C8164E

Tints of Cardinal #C8164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 78 (30.86% from 255) = 26%

R = 66.67%
G = 7.33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8164E (or 0xC8164E) is known color: Cardinal. HEX triplet: C8, 16 and 4E. RGB value is (200,22,78). Sum of RGB (Red+Green+Blue) = 200+22+78=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8164E is #37E9B1. Grayscale: #515151. Windows color (decimal): -3664306 or 5117640. OLE color: 5117640.

HSL color Cylindrical-coordinate representation of color #C8164E: hue angle of 341.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8164E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 78 -
CMYK 0 0.89 0.61 0.22
HSL 341.12º 0.8% 0.44% -
HSV(B) 341.12º 0.89% 0.78% -
XYZ 25.48 13.4 8.45 -
YUV 81.61 125.97 212.45 -
System Red Green Blue C M Y K H S L
Decimal 200 22 78 0 0.89 0.61 0.22 341.12 0.8 0.44
Hex C8 16 4E 0 59 3D 16 155 50 2C
Octal 310 26 116 0 131 75 26 525 120 54
Binary 11001000 10110 1001110 0 1011001 111101 10110 101010101 1010000 101100

Color Harmonies of #C8164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8164E

Black with #C8164E

Text Example


Text Example

White with #C8164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8164E; }

 p { color: rgb(200,22,78); }

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

background-color css

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

 a { background-color: rgb(200,22,78); }

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

border-color css

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

 span { border-color: rgb(200,22,78); }

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