Html Css Color HEX #C0084C Cardinal

📋 copy color: '#C0084C'

red 192 ◦ green 8 ◦ blue 76

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

Shades of Cardinal #C0084C

Tints of Cardinal #C0084C

RGB

 RED value IS 192 (75.39% from 255) = 69.57%

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

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

R = 69.57%
G = 2.9%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0084C (or 0xC0084C) is known color: Cardinal. HEX triplet: C0, 08 and 4C. RGB value is (192,8,76). Sum of RGB (Red+Green+Blue) = 192+8+76=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0084C is #3FF7B3. Grayscale: #464646. Windows color (decimal): -4192180 or 4982976. OLE color: 4982976.

HSL color Cylindrical-coordinate representation of color #C0084C: hue angle of 337.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0084C is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 76 -
CMYK 0 0.96 0.60 0.25
HSL 337.83º 0.92% 0.39% -
HSV(B) 337.83º 0.96% 0.75% -
XYZ 23.13 11.9 7.92 -
YUV 70.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 192 8 76 0 0.96 0.60 0.25 337.83 0.92 0.39
Hex C0 8 4C 0 60 3C 19 152 5C 27
Octal 300 10 114 0 140 74 31 522 134 47
Binary 11000000 1000 1001100 0 1100000 111100 11001 101010010 1011100 100111

Color Harmonies of #C0084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0084C

Black with #C0084C

Text Example


Text Example

White with #C0084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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