Html Css Color HEX #C0094C Cardinal

📋 copy color: '#C0094C'

red 192 ◦ green 9 ◦ blue 76

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

Shades of Cardinal #C0094C

Tints of Cardinal #C0094C

RGB

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

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

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

R = 69.31%
G = 3.25%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0094C (or 0xC0094C) is known color: Cardinal. HEX triplet: C0, 09 and 4C. RGB value is (192,9,76). Sum of RGB (Red+Green+Blue) = 192+9+76=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0094C is #3FF6B3. Grayscale: #474747. Windows color (decimal): -4191924 or 4983232. OLE color: 4983232.

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

Color convert

RGB 192 9 76 -
CMYK 0 0.95 0.60 0.25
HSL 338.03º 0.91% 0.39% -
HSV(B) 338.03º 0.95% 0.75% -
XYZ 23.14 11.92 7.92 -
YUV 71.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 192 9 76 0 0.95 0.60 0.25 338.03 0.91 0.39
Hex C0 9 4C 0 5F 3C 19 152 5B 27
Octal 300 11 114 0 137 74 31 522 133 47
Binary 11000000 1001 1001100 0 1011111 111100 11001 101010010 1011011 100111

Color Harmonies of #C0094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0094C

Black with #C0094C

Text Example


Text Example

White with #C0094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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