Html Css Color HEX #C60833 Cardinal

📋 copy color: '#C60833'

red 198 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C60833

Tints of Cardinal #C60833

RGB

 RED value IS 198 (77.73% from 255) = 77.04%

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

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 77.04%
G = 3.11%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60833 (or 0xC60833) is known color: Cardinal. HEX triplet: C6, 08 and 33. RGB value is (198,8,51). Sum of RGB (Red+Green+Blue) = 198+8+51=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60833 is #39F7CC. Grayscale: #454545. Windows color (decimal): -3798989 or 3344582. OLE color: 3344582.

HSL color Cylindrical-coordinate representation of color #C60833: hue angle of 346.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60833 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 51 -
CMYK 0 0.96 0.74 0.22
HSL 346.42º 0.92% 0.4% -
HSV(B) 346.42º 0.96% 0.78% -
XYZ 23.97 12.42 4.27 -
YUV 69.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 198 8 51 0 0.96 0.74 0.22 346.42 0.92 0.4
Hex C6 8 33 0 60 4A 16 15A 5C 28
Octal 306 10 63 0 140 112 26 532 134 50
Binary 11000110 1000 110011 0 1100000 1001010 10110 101011010 1011100 101000

Color Harmonies of #C60833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60833

Black with #C60833

Text Example


Text Example

White with #C60833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60833; }

 p { color: rgb(198,8,51); }

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

background-color css

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

 a { background-color: rgb(198,8,51); }

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

border-color css

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

 span { border-color: rgb(198,8,51); }

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