Html Css Color HEX #CC184E Cardinal

📋 copy color: '#CC184E'

red 204 ◦ green 24 ◦ blue 78

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

Shades of Cardinal #CC184E

Tints of Cardinal #CC184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 66.67%
G = 7.84%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC184E (or 0xCC184E) is known color: Cardinal. HEX triplet: CC, 18 and 4E. RGB value is (204,24,78). Sum of RGB (Red+Green+Blue) = 204+24+78=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC184E is #33E7B1. Grayscale: #535353. Windows color (decimal): -3401650 or 5118156. OLE color: 5118156.

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

Color convert

RGB 204 24 78 -
CMYK 0 0.88 0.62 0.2
HSL 342º 0.79% 0.45% -
HSV(B) 342º 0.88% 0.8% -
XYZ 26.6 14.04 8.52 -
YUV 83.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 204 24 78 0 0.88 0.62 0.2 342 0.79 0.45
Hex CC 18 4E 0 58 3E 14 156 4F 2D
Octal 314 30 116 0 130 76 24 526 117 55
Binary 11001100 11000 1001110 0 1011000 111110 10100 101010110 1001111 101101

Color Harmonies of #CC184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC184E

Black with #CC184E

Text Example


Text Example

White with #CC184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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