Html Css Color HEX #CC194C Cardinal

📋 copy color: '#CC194C'

red 204 ◦ green 25 ◦ blue 76

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

Shades of Cardinal #CC194C

Tints of Cardinal #CC194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

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

R = 66.89%
G = 8.2%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC194C (or 0xCC194C) is known color: Cardinal. HEX triplet: CC, 19 and 4C. RGB value is (204,25,76). Sum of RGB (Red+Green+Blue) = 204+25+76=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC194C is #33E6B3. Grayscale: #545454. Windows color (decimal): -3401396 or 4987340. OLE color: 4987340.

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

Color convert

RGB 204 25 76 -
CMYK 0 0.88 0.63 0.2
HSL 342.91º 0.78% 0.45% -
HSV(B) 342.91º 0.88% 0.8% -
XYZ 26.55 14.05 8.15 -
YUV 84.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 204 25 76 0 0.88 0.63 0.2 342.91 0.78 0.45
Hex CC 19 4C 0 58 3F 14 157 4E 2D
Octal 314 31 114 0 130 77 24 527 116 55
Binary 11001100 11001 1001100 0 1011000 111111 10100 101010111 1001110 101101

Color Harmonies of #CC194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC194C

Black with #CC194C

Text Example


Text Example

White with #CC194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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