Html Css Color HEX #CC1645 Cardinal

📋 copy color: '#CC1645'

red 204 ◦ green 22 ◦ blue 69

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

Shades of Cardinal #CC1645

Tints of Cardinal #CC1645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 69.15%
G = 7.46%
B = 23.39%

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

#CC1645 (or 0xCC1645) is known color: Cardinal. HEX triplet: CC, 16 and 45. RGB value is (204,22,69). Sum of RGB (Red+Green+Blue) = 204+22+69=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1645 is #33E9BA. Grayscale: #515151. Windows color (decimal): -3402171 or 4527820. OLE color: 4527820.

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

Color convert

RGB 204 22 69 -
CMYK 0 0.89 0.66 0.2
HSL 344.51º 0.81% 0.44% -
HSV(B) 344.51º 0.89% 0.8% -
XYZ 26.26 13.84 6.92 -
YUV 81.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 204 22 69 0 0.89 0.66 0.2 344.51 0.81 0.44
Hex CC 16 45 0 59 42 14 159 51 2C
Octal 314 26 105 0 131 102 24 531 121 54
Binary 11001100 10110 1000101 0 1011001 1000010 10100 101011001 1010001 101100

Color Harmonies of #CC1645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1645

Black with #CC1645

Text Example


Text Example

White with #CC1645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1645; }

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

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

background-color css

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

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

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

border-color css

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

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

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