Html Css Color HEX #C7164B Cardinal

📋 copy color: '#C7164B'

red 199 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #C7164B

Tints of Cardinal #C7164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 67.23%
G = 7.43%
B = 25.34%

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

#C7164B (or 0xC7164B) is known color: Cardinal. HEX triplet: C7, 16 and 4B. RGB value is (199,22,75). Sum of RGB (Red+Green+Blue) = 199+22+75=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7164B is #38E9B4. Grayscale: #505050. Windows color (decimal): -3729845 or 4921031. OLE color: 4921031.

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

Color convert

RGB 199 22 75 -
CMYK 0 0.89 0.62 0.22
HSL 342.03º 0.8% 0.43% -
HSV(B) 342.03º 0.89% 0.78% -
XYZ 25.11 13.22 7.89 -
YUV 80.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 199 22 75 0 0.89 0.62 0.22 342.03 0.8 0.43
Hex C7 16 4B 0 59 3E 16 156 50 2B
Octal 307 26 113 0 131 76 26 526 120 53
Binary 11000111 10110 1001011 0 1011001 111110 10110 101010110 1010000 101011

Color Harmonies of #C7164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7164B

Black with #C7164B

Text Example


Text Example

White with #C7164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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