Html Css Color HEX #CC194D Cardinal

📋 copy color: '#CC194D'

red 204 ◦ green 25 ◦ blue 77

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

Shades of Cardinal #CC194D

Tints of Cardinal #CC194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 66.67%
G = 8.17%
B = 25.16%

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

#CC194D (or 0xCC194D) is known color: Cardinal. HEX triplet: CC, 19 and 4D. RGB value is (204,25,77). Sum of RGB (Red+Green+Blue) = 204+25+77=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC194D is #33E6B2. Grayscale: #545454. Windows color (decimal): -3401395 or 5052876. OLE color: 5052876.

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

Color convert

RGB 204 25 77 -
CMYK 0 0.88 0.62 0.2
HSL 342.57º 0.78% 0.45% -
HSV(B) 342.57º 0.88% 0.8% -
XYZ 26.59 14.07 8.34 -
YUV 84.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 204 25 77 0 0.88 0.62 0.2 342.57 0.78 0.45
Hex CC 19 4D 0 58 3E 14 157 4E 2D
Octal 314 31 115 0 130 76 24 527 116 55
Binary 11001100 11001 1001101 0 1011000 111110 10100 101010111 1001110 101101

Color Harmonies of #CC194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC194D

Black with #CC194D

Text Example


Text Example

White with #CC194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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