Html Css Color HEX #CC163E Cardinal

📋 copy color: '#CC163E'

red 204 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #CC163E

Tints of Cardinal #CC163E

RGB

 RED value IS 204 (80.08% from 255) = 70.83%

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 70.83%
G = 7.64%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC163E (or 0xCC163E) is known color: Cardinal. HEX triplet: CC, 16 and 3E. RGB value is (204,22,62). Sum of RGB (Red+Green+Blue) = 204+22+62=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC163E is #33E9C1. Grayscale: #515151. Windows color (decimal): -3402178 or 4069068. OLE color: 4069068.

HSL color Cylindrical-coordinate representation of color #CC163E: hue angle of 346.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC163E is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 62 -
CMYK 0 0.89 0.70 0.2
HSL 346.81º 0.81% 0.44% -
HSV(B) 346.81º 0.89% 0.8% -
XYZ 26.06 13.76 5.84 -
YUV 80.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 204 22 62 0 0.89 0.70 0.2 346.81 0.81 0.44
Hex CC 16 3E 0 59 46 14 15B 51 2C
Octal 314 26 76 0 131 106 24 533 121 54
Binary 11001100 10110 111110 0 1011001 1000110 10100 101011011 1010001 101100

Color Harmonies of #CC163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC163E

Black with #CC163E

Text Example


Text Example

White with #CC163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC163E; }

 p { color: rgb(204,22,62); }

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

background-color css

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

 a { background-color: rgb(204,22,62); }

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

border-color css

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

 span { border-color: rgb(204,22,62); }

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