Html Css Color HEX #CC154A Cardinal

📋 copy color: '#CC154A'

red 204 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #CC154A

Tints of Cardinal #CC154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

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

R = 68.23%
G = 7.02%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC154A (or 0xCC154A) is known color: Cardinal. HEX triplet: CC, 15 and 4A. RGB value is (204,21,74). Sum of RGB (Red+Green+Blue) = 204+21+74=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC154A is #33EAB5. Grayscale: #515151. Windows color (decimal): -3402422 or 4855244. OLE color: 4855244.

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

Color convert

RGB 204 21 74 -
CMYK 0 0.90 0.64 0.2
HSL 342.62º 0.81% 0.44% -
HSV(B) 342.62º 0.9% 0.8% -
XYZ 26.41 13.87 7.76 -
YUV 81.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 204 21 74 0 0.90 0.64 0.2 342.62 0.81 0.44
Hex CC 15 4A 0 5A 40 14 157 51 2C
Octal 314 25 112 0 132 100 24 527 121 54
Binary 11001100 10101 1001010 0 1011010 1000000 10100 101010111 1010001 101100

Color Harmonies of #CC154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC154A

Black with #CC154A

Text Example


Text Example

White with #CC154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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