Html Css Color HEX #C7164E Cardinal

📋 copy color: '#C7164E'

red 199 ◦ green 22 ◦ blue 78

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

Shades of Cardinal #C7164E

Tints of Cardinal #C7164E

RGB

 RED value IS 199 (78.13% from 255) = 66.56%

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

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

R = 66.56%
G = 7.36%
B = 26.09%

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

#C7164E (or 0xC7164E) is known color: Cardinal. HEX triplet: C7, 16 and 4E. RGB value is (199,22,78). Sum of RGB (Red+Green+Blue) = 199+22+78=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7164E is #38E9B1. Grayscale: #515151. Windows color (decimal): -3729842 or 5117639. OLE color: 5117639.

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

Color convert

RGB 199 22 78 -
CMYK 0 0.89 0.61 0.22
HSL 341.02º 0.8% 0.43% -
HSV(B) 341.02º 0.89% 0.78% -
XYZ 25.22 13.27 8.44 -
YUV 81.31 126.14 211.95 -
System Red Green Blue C M Y K H S L
Decimal 199 22 78 0 0.89 0.61 0.22 341.02 0.8 0.43
Hex C7 16 4E 0 59 3D 16 155 50 2B
Octal 307 26 116 0 131 75 26 525 120 53
Binary 11000111 10110 1001110 0 1011001 111101 10110 101010101 1010000 101011

Color Harmonies of #C7164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7164E

Black with #C7164E

Text Example


Text Example

White with #C7164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7164E; }

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

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

background-color css

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

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

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

border-color css

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

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

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