Html Css Color HEX #CC184A Cardinal

📋 copy color: '#CC184A'

red 204 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #CC184A

Tints of Cardinal #CC184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 67.55%
G = 7.95%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC184A (or 0xCC184A) is known color: Cardinal. HEX triplet: CC, 18 and 4A. RGB value is (204,24,74). Sum of RGB (Red+Green+Blue) = 204+24+74=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC184A is #33E7B5. Grayscale: #535353. Windows color (decimal): -3401654 or 4856012. OLE color: 4856012.

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

Color convert

RGB 204 24 74 -
CMYK 0 0.88 0.64 0.2
HSL 343.33º 0.79% 0.45% -
HSV(B) 343.33º 0.88% 0.8% -
XYZ 26.46 13.99 7.78 -
YUV 83.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 204 24 74 0 0.88 0.64 0.2 343.33 0.79 0.45
Hex CC 18 4A 0 58 40 14 157 4F 2D
Octal 314 30 112 0 130 100 24 527 117 55
Binary 11001100 11000 1001010 0 1011000 1000000 10100 101010111 1001111 101101

Color Harmonies of #CC184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC184A

Black with #CC184A

Text Example


Text Example

White with #CC184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC184A; }

 p { color: rgb(204,24,74); }

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

background-color css

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

 a { background-color: rgb(204,24,74); }

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

border-color css

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

 span { border-color: rgb(204,24,74); }

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