Html Css Color HEX #C62043 Cardinal

📋 copy color: '#C62043'

red 198 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #C62043

Tints of Cardinal #C62043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 66.67%
G = 10.77%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C62043 (or 0xC62043) is known color: Cardinal. HEX triplet: C6, 20 and 43. RGB value is (198,32,67). Sum of RGB (Red+Green+Blue) = 198+32+67=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62043 is #39DFBC. Grayscale: #555555. Windows color (decimal): -3792829 or 4399302. OLE color: 4399302.

HSL color Cylindrical-coordinate representation of color #C62043: hue angle of 347.35º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62043 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 67 -
CMYK 0 0.84 0.66 0.22
HSL 347.35º 0.72% 0.45% -
HSV(B) 347.35º 0.84% 0.78% -
XYZ 24.82 13.44 6.6 -
YUV 85.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 198 32 67 0 0.84 0.66 0.22 347.35 0.72 0.45
Hex C6 20 43 0 54 42 16 15B 48 2D
Octal 306 40 103 0 124 102 26 533 110 55
Binary 11000110 100000 1000011 0 1010100 1000010 10110 101011011 1001000 101101

Color Harmonies of #C62043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62043

Black with #C62043

Text Example


Text Example

White with #C62043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62043; }

 p { color: rgb(198,32,67); }

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

background-color css

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

 a { background-color: rgb(198,32,67); }

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

border-color css

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

 span { border-color: rgb(198,32,67); }

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