Html Css Color HEX #C0074C Cardinal

📋 copy color: '#C0074C'

red 192 ◦ green 7 ◦ blue 76

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

Shades of Cardinal #C0074C

Tints of Cardinal #C0074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 69.82%
G = 2.55%
B = 27.64%

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

#C0074C (or 0xC0074C) is known color: Cardinal. HEX triplet: C0, 07 and 4C. RGB value is (192,7,76). Sum of RGB (Red+Green+Blue) = 192+7+76=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0074C is #3FF8B3. Grayscale: #464646. Windows color (decimal): -4192436 or 4982720. OLE color: 4982720.

HSL color Cylindrical-coordinate representation of color #C0074C: hue angle of 337.62º degrees, saturation: 0.93, 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 #C0074C is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 76 -
CMYK 0 0.96 0.60 0.25
HSL 337.62º 0.93% 0.39% -
HSV(B) 337.62º 0.96% 0.75% -
XYZ 23.12 11.88 7.91 -
YUV 70.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 192 7 76 0 0.96 0.60 0.25 337.62 0.93 0.39
Hex C0 7 4C 0 60 3C 19 152 5D 27
Octal 300 7 114 0 140 74 31 522 135 47
Binary 11000000 111 1001100 0 1100000 111100 11001 101010010 1011101 100111

Color Harmonies of #C0074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0074C

Black with #C0074C

Text Example


Text Example

White with #C0074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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