Html Css Color HEX #C2083C Cardinal

📋 copy color: '#C2083C'

red 194 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #C2083C

Tints of Cardinal #C2083C

RGB

 RED value IS 194 (76.17% from 255) = 74.05%

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

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

R = 74.05%
G = 3.05%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2083C (or 0xC2083C) is known color: Cardinal. HEX triplet: C2, 08 and 3C. RGB value is (194,8,60). Sum of RGB (Red+Green+Blue) = 194+8+60=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2083C is #3DF7C3. Grayscale: #454545. Windows color (decimal): -4061124 or 3934402. OLE color: 3934402.

HSL color Cylindrical-coordinate representation of color #C2083C: hue angle of 343.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2083C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 60 -
CMYK 0 0.96 0.69 0.24
HSL 343.23º 0.92% 0.4% -
HSV(B) 343.23º 0.96% 0.76% -
XYZ 23.15 11.97 5.37 -
YUV 69.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 194 8 60 0 0.96 0.69 0.24 343.23 0.92 0.4
Hex C2 8 3C 0 60 45 18 157 5C 28
Octal 302 10 74 0 140 105 30 527 134 50
Binary 11000010 1000 111100 0 1100000 1000101 11000 101010111 1011100 101000

Color Harmonies of #C2083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2083C

Black with #C2083C

Text Example


Text Example

White with #C2083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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