Html Css Color HEX #CC173C Cardinal

📋 copy color: '#CC173C'

red 204 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #CC173C

Tints of Cardinal #CC173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

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

R = 71.08%
G = 8.01%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC173C (or 0xCC173C) is known color: Cardinal. HEX triplet: CC, 17 and 3C. RGB value is (204,23,60). Sum of RGB (Red+Green+Blue) = 204+23+60=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC173C is #33E8C3. Grayscale: #515151. Windows color (decimal): -3401924 or 3938252. OLE color: 3938252.

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

Color convert

RGB 204 23 60 -
CMYK 0 0.89 0.71 0.2
HSL 347.73º 0.8% 0.45% -
HSV(B) 347.73º 0.89% 0.8% -
XYZ 26.02 13.78 5.56 -
YUV 81.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 204 23 60 0 0.89 0.71 0.2 347.73 0.8 0.45
Hex CC 17 3C 0 59 47 14 15C 50 2D
Octal 314 27 74 0 131 107 24 534 120 55
Binary 11001100 10111 111100 0 1011001 1000111 10100 101011100 1010000 101101

Color Harmonies of #CC173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC173C

Black with #CC173C

Text Example


Text Example

White with #CC173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC173C; }

 p { color: rgb(204,23,60); }

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

background-color css

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

 a { background-color: rgb(204,23,60); }

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

border-color css

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

 span { border-color: rgb(204,23,60); }

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