Html Css Color HEX #CC174C Cardinal

📋 copy color: '#CC174C'

red 204 ◦ green 23 ◦ blue 76

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

Shades of Cardinal #CC174C

Tints of Cardinal #CC174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 67.33%
G = 7.59%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC174C (or 0xCC174C) is known color: Cardinal. HEX triplet: CC, 17 and 4C. RGB value is (204,23,76). Sum of RGB (Red+Green+Blue) = 204+23+76=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC174C is #33E8B3. Grayscale: #535353. Windows color (decimal): -3401908 or 4986828. OLE color: 4986828.

HSL color Cylindrical-coordinate representation of color #CC174C: hue angle of 342.43º 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 #CC174C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 76 -
CMYK 0 0.89 0.63 0.2
HSL 342.43º 0.8% 0.45% -
HSV(B) 342.43º 0.89% 0.8% -
XYZ 26.51 13.97 8.14 -
YUV 83.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 204 23 76 0 0.89 0.63 0.2 342.43 0.8 0.45
Hex CC 17 4C 0 59 3F 14 156 50 2D
Octal 314 27 114 0 131 77 24 526 120 55
Binary 11001100 10111 1001100 0 1011001 111111 10100 101010110 1010000 101101

Color Harmonies of #CC174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC174C

Black with #CC174C

Text Example


Text Example

White with #CC174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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