Html Css Color HEX #C0083E Cardinal

📋 copy color: '#C0083E'

red 192 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #C0083E

Tints of Cardinal #C0083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 73.28%
G = 3.05%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0083E (or 0xC0083E) is known color: Cardinal. HEX triplet: C0, 08 and 3E. RGB value is (192,8,62). Sum of RGB (Red+Green+Blue) = 192+8+62=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C0083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0083E is #3FF7C1. Grayscale: #454545. Windows color (decimal): -4192194 or 4065472. OLE color: 4065472.

HSL color Cylindrical-coordinate representation of color #C0083E: hue angle of 342.39º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0083E is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 62 -
CMYK 0 0.96 0.68 0.25
HSL 342.39º 0.92% 0.39% -
HSV(B) 342.39º 0.96% 0.75% -
XYZ 22.69 11.73 5.63 -
YUV 69.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 192 8 62 0 0.96 0.68 0.25 342.39 0.92 0.39
Hex C0 8 3E 0 60 44 19 156 5C 27
Octal 300 10 76 0 140 104 31 526 134 47
Binary 11000000 1000 111110 0 1100000 1000100 11001 101010110 1011100 100111

Color Harmonies of #C0083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0083E

Black with #C0083E

Text Example


Text Example

White with #C0083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0083E; }

 p { color: rgb(192,8,62); }

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

background-color css

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

 a { background-color: rgb(192,8,62); }

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

border-color css

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

 span { border-color: rgb(192,8,62); }

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