Html Css Color HEX #C2084B Cardinal

📋 copy color: '#C2084B'

red 194 ◦ green 8 ◦ blue 75

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

Shades of Cardinal #C2084B

Tints of Cardinal #C2084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 70.04%
G = 2.89%
B = 27.08%

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

#C2084B (or 0xC2084B) is known color: Cardinal. HEX triplet: C2, 08 and 4B. RGB value is (194,8,75). Sum of RGB (Red+Green+Blue) = 194+8+75=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2084B is #3DF7B4. Grayscale: #474747. Windows color (decimal): -4061109 or 4917442. OLE color: 4917442.

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

Color convert

RGB 194 8 75 -
CMYK 0 0.96 0.61 0.24
HSL 338.39º 0.92% 0.4% -
HSV(B) 338.39º 0.96% 0.76% -
XYZ 23.6 12.15 7.76 -
YUV 71.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 194 8 75 0 0.96 0.61 0.24 338.39 0.92 0.4
Hex C2 8 4B 0 60 3D 18 152 5C 28
Octal 302 10 113 0 140 75 30 522 134 50
Binary 11000010 1000 1001011 0 1100000 111101 11000 101010010 1011100 101000

Color Harmonies of #C2084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2084B

Black with #C2084B

Text Example


Text Example

White with #C2084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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