Html Css Color HEX #C8164F Cardinal

📋 copy color: '#C8164F'

red 200 ◦ green 22 ◦ blue 79

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

Shades of Cardinal #C8164F

Tints of Cardinal #C8164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 66.45%
G = 7.31%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8164F (or 0xC8164F) is known color: Cardinal. HEX triplet: C8, 16 and 4F. RGB value is (200,22,79). Sum of RGB (Red+Green+Blue) = 200+22+79=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8164F is #37E9B0. Grayscale: #515151. Windows color (decimal): -3664305 or 5183176. OLE color: 5183176.

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

Color convert

RGB 200 22 79 -
CMYK 0 0.89 0.60 0.22
HSL 340.79º 0.8% 0.44% -
HSV(B) 340.79º 0.89% 0.78% -
XYZ 25.52 13.42 8.64 -
YUV 81.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 200 22 79 0 0.89 0.60 0.22 340.79 0.8 0.44
Hex C8 16 4F 0 59 3C 16 155 50 2C
Octal 310 26 117 0 131 74 26 525 120 54
Binary 11001000 10110 1001111 0 1011001 111100 10110 101010101 1010000 101100

Color Harmonies of #C8164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8164F

Black with #C8164F

Text Example


Text Example

White with #C8164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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