Html Css Color HEX #C8093C Cardinal

📋 copy color: '#C8093C'

red 200 ◦ green 9 ◦ blue 60

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

Shades of Cardinal #C8093C

Tints of Cardinal #C8093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 74.35%
G = 3.35%
B = 22.3%

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

#C8093C (or 0xC8093C) is known color: Cardinal. HEX triplet: C8, 09 and 3C. RGB value is (200,9,60). Sum of RGB (Red+Green+Blue) = 200+9+60=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C8093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8093C is #37F6C3. Grayscale: #474747. Windows color (decimal): -3667652 or 3934664. OLE color: 3934664.

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

Color convert

RGB 200 9 60 -
CMYK 0 0.96 0.7 0.22
HSL 343.98º 0.91% 0.41% -
HSV(B) 343.98º 0.96% 0.78% -
XYZ 24.73 12.8 5.44 -
YUV 71.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 200 9 60 0 0.96 0.7 0.22 343.98 0.91 0.41
Hex C8 9 3C 0 60 46 16 158 5B 29
Octal 310 11 74 0 140 106 26 530 133 51
Binary 11001000 1001 111100 0 1100000 1000110 10110 101011000 1011011 101001

Color Harmonies of #C8093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8093C

Black with #C8093C

Text Example


Text Example

White with #C8093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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