Html Css Color HEX #C8164D Cardinal

📋 copy color: '#C8164D'

red 200 ◦ green 22 ◦ blue 77

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

Shades of Cardinal #C8164D

Tints of Cardinal #C8164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 66.89%
G = 7.36%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8164D (or 0xC8164D) is known color: Cardinal. HEX triplet: C8, 16 and 4D. RGB value is (200,22,77). Sum of RGB (Red+Green+Blue) = 200+22+77=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8164D is #37E9B2. Grayscale: #515151. Windows color (decimal): -3664307 or 5052104. OLE color: 5052104.

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

Color convert

RGB 200 22 77 -
CMYK 0 0.89 0.62 0.22
HSL 341.46º 0.8% 0.44% -
HSV(B) 341.46º 0.89% 0.78% -
XYZ 25.45 13.39 8.26 -
YUV 81.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 200 22 77 0 0.89 0.62 0.22 341.46 0.8 0.44
Hex C8 16 4D 0 59 3E 16 155 50 2C
Octal 310 26 115 0 131 76 26 525 120 54
Binary 11001000 10110 1001101 0 1011001 111110 10110 101010101 1010000 101100

Color Harmonies of #C8164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8164D

Black with #C8164D

Text Example


Text Example

White with #C8164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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