Html Css Color HEX #C0174B Cardinal

📋 copy color: '#C0174B'

red 192 ◦ green 23 ◦ blue 75

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

Shades of Cardinal #C0174B

Tints of Cardinal #C0174B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 66.21%
G = 7.93%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0174B (or 0xC0174B) is known color: Cardinal. HEX triplet: C0, 17 and 4B. RGB value is (192,23,75). Sum of RGB (Red+Green+Blue) = 192+23+75=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0174B is #3FE8B4. Grayscale: #4F4F4F. Windows color (decimal): -4188341 or 4921280. OLE color: 4921280.

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

Color convert

RGB 192 23 75 -
CMYK 0 0.88 0.61 0.25
HSL 341.54º 0.79% 0.42% -
HSV(B) 341.54º 0.88% 0.75% -
XYZ 23.31 12.33 7.81 -
YUV 79.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 192 23 75 0 0.88 0.61 0.25 341.54 0.79 0.42
Hex C0 17 4B 0 58 3D 19 156 4F 2A
Octal 300 27 113 0 130 75 31 526 117 52
Binary 11000000 10111 1001011 0 1011000 111101 11001 101010110 1001111 101010

Color Harmonies of #C0174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0174B

Black with #C0174B

Text Example


Text Example

White with #C0174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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