Html Css Color HEX #C6164B Cardinal

📋 copy color: '#C6164B'

red 198 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #C6164B

Tints of Cardinal #C6164B

RGB

 RED value IS 198 (77.73% from 255) = 67.12%

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

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

R = 67.12%
G = 7.46%
B = 25.42%

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

#C6164B (or 0xC6164B) is known color: Cardinal. HEX triplet: C6, 16 and 4B. RGB value is (198,22,75). Sum of RGB (Red+Green+Blue) = 198+22+75=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6164B is #39E9B4. Grayscale: #505050. Windows color (decimal): -3795381 or 4921030. OLE color: 4921030.

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

Color convert

RGB 198 22 75 -
CMYK 0 0.89 0.62 0.22
HSL 341.93º 0.8% 0.43% -
HSV(B) 341.93º 0.89% 0.78% -
XYZ 24.85 13.09 7.87 -
YUV 80.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 198 22 75 0 0.89 0.62 0.22 341.93 0.8 0.43
Hex C6 16 4B 0 59 3E 16 156 50 2B
Octal 306 26 113 0 131 76 26 526 120 53
Binary 11000110 10110 1001011 0 1011001 111110 10110 101010110 1010000 101011

Color Harmonies of #C6164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6164B

Black with #C6164B

Text Example


Text Example

White with #C6164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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