Html Css Color HEX #C8083C Cardinal

📋 copy color: '#C8083C'

red 200 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #C8083C

Tints of Cardinal #C8083C

RGB

 RED value IS 200 (78.52% from 255) = 74.63%

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

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 74.63%
G = 2.99%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8083C (or 0xC8083C) is known color: Cardinal. HEX triplet: C8, 08 and 3C. RGB value is (200,8,60). Sum of RGB (Red+Green+Blue) = 200+8+60=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8083C is #37F7C3. Grayscale: #474747. Windows color (decimal): -3667908 or 3934408. OLE color: 3934408.

HSL color Cylindrical-coordinate representation of color #C8083C: hue angle of 343.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8083C is Cyan = 0, Magento = 0.96, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 60 -
CMYK 0 0.96 0.7 0.22
HSL 343.75º 0.92% 0.41% -
HSV(B) 343.75º 0.96% 0.78% -
XYZ 24.72 12.78 5.44 -
YUV 71.34 121.61 219.77 -
System Red Green Blue C M Y K H S L
Decimal 200 8 60 0 0.96 0.7 0.22 343.75 0.92 0.41
Hex C8 8 3C 0 60 46 16 158 5C 29
Octal 310 10 74 0 140 106 26 530 134 51
Binary 11001000 1000 111100 0 1100000 1000110 10110 101011000 1011100 101001

Color Harmonies of #C8083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8083C

Black with #C8083C

Text Example


Text Example

White with #C8083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8083C; }

 p { color: rgb(200,8,60); }

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

background-color css

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

 a { background-color: rgb(200,8,60); }

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

border-color css

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

 span { border-color: rgb(200,8,60); }

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