Html Css Color HEX #C2084C Cardinal

📋 copy color: '#C2084C'

red 194 ◦ green 8 ◦ blue 76

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

Shades of Cardinal #C2084C

Tints of Cardinal #C2084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.34%

R = 69.78%
G = 2.88%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2084C (or 0xC2084C) is known color: Cardinal. HEX triplet: C2, 08 and 4C. RGB value is (194,8,76). Sum of RGB (Red+Green+Blue) = 194+8+76=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2084C is #3DF7B3. Grayscale: #474747. Windows color (decimal): -4061108 or 4982978. OLE color: 4982978.

HSL color Cylindrical-coordinate representation of color #C2084C: hue angle of 338.06º 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 #C2084C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 76 -
CMYK 0 0.96 0.61 0.24
HSL 338.06º 0.92% 0.4% -
HSV(B) 338.06º 0.96% 0.76% -
XYZ 23.64 12.16 7.94 -
YUV 71.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 194 8 76 0 0.96 0.61 0.24 338.06 0.92 0.4
Hex C2 8 4C 0 60 3D 18 152 5C 28
Octal 302 10 114 0 140 75 30 522 134 50
Binary 11000010 1000 1001100 0 1100000 111101 11000 101010010 1011100 101000

Color Harmonies of #C2084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2084C

Black with #C2084C

Text Example


Text Example

White with #C2084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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