Html Css Color HEX #C0164B Cardinal

📋 copy color: '#C0164B'

red 192 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #C0164B

Tints of Cardinal #C0164B

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

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

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

R = 66.44%
G = 7.61%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0164B (or 0xC0164B) is known color: Cardinal. HEX triplet: C0, 16 and 4B. RGB value is (192,22,75). Sum of RGB (Red+Green+Blue) = 192+22+75=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0164B is #3FE9B4. Grayscale: #4E4E4E. Windows color (decimal): -4188597 or 4921024. OLE color: 4921024.

HSL color Cylindrical-coordinate representation of color #C0164B: hue angle of 341.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0164B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 75 -
CMYK 0 0.89 0.61 0.25
HSL 341.29º 0.79% 0.42% -
HSV(B) 341.29º 0.89% 0.75% -
XYZ 23.3 12.29 7.8 -
YUV 78.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 192 22 75 0 0.89 0.61 0.25 341.29 0.79 0.42
Hex C0 16 4B 0 59 3D 19 155 4F 2A
Octal 300 26 113 0 131 75 31 525 117 52
Binary 11000000 10110 1001011 0 1011001 111101 11001 101010101 1001111 101010

Color Harmonies of #C0164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0164B

Black with #C0164B

Text Example


Text Example

White with #C0164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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