Html Css Color HEX #C00040 Cardinal

📋 copy color: '#C00040'

red 192 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #C00040

Tints of Cardinal #C00040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C00040 (or 0xC00040) is known color: Cardinal. HEX triplet: C0, 00 and 40. RGB value is (192,0,64). Sum of RGB (Red+Green+Blue) = 192+0+64=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C00040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00040 is #3FFFBF. Grayscale: #404040. Windows color (decimal): -4194240 or 4194496. OLE color: 4194496.

HSL color Cylindrical-coordinate representation of color #C00040: hue angle of 340º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00040 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 64 -
CMYK 0 1 0.67 0.25
HSL 340º 1% 0.38% -
HSV(B) 340º 1% 0.75% -
XYZ 22.66 11.58 5.89 -
YUV 64.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 192 0 64 0 1 0.67 0.25 340 1 0.38
Hex C0 0 40 0 64 43 19 154 64 26
Octal 300 0 100 0 144 103 31 524 144 46
Binary 11000000 0 1000000 0 1100100 1000011 11001 101010100 1100100 100110

Color Harmonies of #C00040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00040

Black with #C00040

Text Example


Text Example

White with #C00040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00040; }

 p { color: rgb(192,0,64); }

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

background-color css

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

 a { background-color: rgb(192,0,64); }

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

border-color css

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

 span { border-color: rgb(192,0,64); }

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