Html Css Color HEX #C8233C Cardinal

📋 copy color: '#C8233C'

red 200 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #C8233C

Tints of Cardinal #C8233C

RGB

 RED value IS 200 (78.52% from 255) = 67.8%

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 67.8%
G = 11.86%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8233C (or 0xC8233C) is known color: Cardinal. HEX triplet: C8, 23 and 3C. RGB value is (200,35,60). Sum of RGB (Red+Green+Blue) = 200+35+60=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8233C is #37DCC3. Grayscale: #575757. Windows color (decimal): -3660996 or 3941320. OLE color: 3941320.

HSL color Cylindrical-coordinate representation of color #C8233C: hue angle of 350.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8233C is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 60 -
CMYK 0 0.82 0.7 0.22
HSL 350.91º 0.7% 0.46% -
HSV(B) 350.91º 0.83% 0.78% -
XYZ 25.24 13.81 5.61 -
YUV 87.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 200 35 60 0 0.82 0.7 0.22 350.91 0.7 0.46
Hex C8 23 3C 0 52 46 16 15F 46 2E
Octal 310 43 74 0 122 106 26 537 106 56
Binary 11001000 100011 111100 0 1010010 1000110 10110 101011111 1000110 101110

Color Harmonies of #C8233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8233C

Black with #C8233C

Text Example


Text Example

White with #C8233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8233C; }

 p { color: rgb(200,35,60); }

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

background-color css

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

 a { background-color: rgb(200,35,60); }

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

border-color css

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

 span { border-color: rgb(200,35,60); }

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