Html Css Color HEX #C4203C Cardinal

📋 copy color: '#C4203C'

red 196 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #C4203C

Tints of Cardinal #C4203C

RGB

 RED value IS 196 (76.95% from 255) = 68.06%

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 68.06%
G = 11.11%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4203C (or 0xC4203C) is known color: Cardinal. HEX triplet: C4, 20 and 3C. RGB value is (196,32,60). Sum of RGB (Red+Green+Blue) = 196+32+60=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4203C is #3BDFC3. Grayscale: #545454. Windows color (decimal): -3923908 or 3940548. OLE color: 3940548.

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

Color convert

RGB 196 32 60 -
CMYK 0 0.84 0.69 0.23
HSL 349.76º 0.72% 0.45% -
HSV(B) 349.76º 0.84% 0.77% -
XYZ 24.1 13.1 5.53 -
YUV 84.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 196 32 60 0 0.84 0.69 0.23 349.76 0.72 0.45
Hex C4 20 3C 0 54 45 17 15E 48 2D
Octal 304 40 74 0 124 105 27 536 110 55
Binary 11000100 100000 111100 0 1010100 1000101 10111 101011110 1001000 101101

Color Harmonies of #C4203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4203C

Black with #C4203C

Text Example


Text Example

White with #C4203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4203C; }

 p { color: rgb(196,32,60); }

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

background-color css

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

 a { background-color: rgb(196,32,60); }

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

border-color css

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

 span { border-color: rgb(196,32,60); }

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