Html Css Color HEX #C0094B Cardinal

📋 copy color: '#C0094B'

red 192 ◦ green 9 ◦ blue 75

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

Shades of Cardinal #C0094B

Tints of Cardinal #C0094B

RGB

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

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

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

R = 69.57%
G = 3.26%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0094B (or 0xC0094B) is known color: Cardinal. HEX triplet: C0, 09 and 4B. RGB value is (192,9,75). Sum of RGB (Red+Green+Blue) = 192+9+75=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0094B is #3FF6B4. Grayscale: #474747. Windows color (decimal): -4191925 or 4917696. OLE color: 4917696.

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

Color convert

RGB 192 9 75 -
CMYK 0 0.95 0.61 0.25
HSL 338.36º 0.91% 0.39% -
HSV(B) 338.36º 0.95% 0.75% -
XYZ 23.11 11.91 7.74 -
YUV 71.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 192 9 75 0 0.95 0.61 0.25 338.36 0.91 0.39
Hex C0 9 4B 0 5F 3D 19 152 5B 27
Octal 300 11 113 0 137 75 31 522 133 47
Binary 11000000 1001 1001011 0 1011111 111101 11001 101010010 1011011 100111

Color Harmonies of #C0094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0094B

Black with #C0094B

Text Example


Text Example

White with #C0094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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