Html Css Color HEX #CC1646 Cardinal

📋 copy color: '#CC1646'

red 204 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #CC1646

Tints of Cardinal #CC1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 68.92%
G = 7.43%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC1646 (or 0xCC1646) is known color: Cardinal. HEX triplet: CC, 16 and 46. RGB value is (204,22,70). Sum of RGB (Red+Green+Blue) = 204+22+70=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1646 is #33E9B9. Grayscale: #515151. Windows color (decimal): -3402170 or 4593356. OLE color: 4593356.

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

Color convert

RGB 204 22 70 -
CMYK 0 0.89 0.66 0.2
HSL 344.18º 0.81% 0.44% -
HSV(B) 344.18º 0.89% 0.8% -
XYZ 26.29 13.85 7.08 -
YUV 81.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 204 22 70 0 0.89 0.66 0.2 344.18 0.81 0.44
Hex CC 16 46 0 59 42 14 158 51 2C
Octal 314 26 106 0 131 102 24 530 121 54
Binary 11001100 10110 1000110 0 1011001 1000010 10100 101011000 1010001 101100

Color Harmonies of #CC1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1646

Black with #CC1646

Text Example


Text Example

White with #CC1646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1646; }

 p { color: rgb(204,22,70); }

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

background-color css

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

 a { background-color: rgb(204,22,70); }

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

border-color css

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

 span { border-color: rgb(204,22,70); }

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